tests/run_tests.bat

Mon, 07 Sep 2009 20:53:33 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 07 Sep 2009 20:53:33 +0500
changeset 1755
1614e8e62ad5
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: Fixed an undefined global access.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial