File

tests/run_tests.bat @ 3409:b2a112720cae

util.roster: Remove, not going this route now
author Matthew Wild <mwild1@gmail.com>
date Mon, 26 Jul 2010 13:40:00 +0100
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=