File

tests/run_tests.bat @ 1898:1ce02e2f5a3f

rostermanager: Fixed: Roster version was not being properly updated in some edge cases.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 04 Oct 2009 21:34:17 +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=