tests/run_tests.bat

Thu, 26 Feb 2009 21:00:42 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 26 Feb 2009 21:00:42 +0000
changeset 841
77ff000c2055
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks when multiple set, and one removed

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial