Comparison

tests/run_tests.bat @ 814:f12b1ddd458d

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Mon, 16 Feb 2009 15:44:54 +0000
parent 809:28d6515f5b7b
comparison
equal deleted inserted replaced
806:655293df3d7e 814:f12b1ddd458d
1 @echo off
2
3 set oldpath=%path%
4 set path=%path%;..;..\lualibs
5
6 del reports\*.report
7 lua test.lua %*
8
9 set path=%oldpath%
10 set oldpath=