File

tests/run_tests.bat @ 3922:b77bafa4c502

prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded
author Matthew Wild <mwild1@gmail.com>
date Mon, 20 Dec 2010 14:06:16 +0000
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=