File

tests/run_tests.bat @ 4467:fc8a22936b3c

util.throttle: Fix 'outstanding' return value
author Matthew Wild <mwild1@gmail.com>
date Fri, 13 Jan 2012 23:30:32 +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=