File

tests/run_tests.bat @ 4536:285450536ec0

util.helpers: After nearly 'fixing' this code, I conclude it instead only deserves a bigger smile
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Jan 2012 19:10:13 +0000
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=