tests/run_tests.bat

Sun, 07 Nov 2010 20:38:01 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 07 Nov 2010 20:38:01 +0000
changeset 3573
f31fa6520a4b
parent 808
28d6515f5b7b
permissions
-rw-r--r--

configmanager: Atomic reloads, and some other internal changes to achieve this

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial