File

tests/run_tests.bat @ 3131:5c116a10ff0b

mod_iq: Removed a check for user existance when firing iq/bare/* sub-events.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 30 May 2010 23:01:34 +0500
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=