File

tests/run_tests.bat @ 7509:d4bd036e679b

test_util_queue: finish stress-test by emptying the queue
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 21 Jul 2016 01:23:32 +0800
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=