tests/run_tests.bat

Thu, 19 Feb 2009 20:17:07 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 19 Feb 2009 20:17:07 +0500
changeset 824
b6ee70721783
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: Bug fixes and workarounds

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial