File

tests/run_tests.bat @ 2065:c384ae8ee17a

prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the option
author Matthew Wild <mwild1@gmail.com>
date Sat, 31 Oct 2009 17:15:20 +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=