tests/run_tests.bat

Sat, 12 Sep 2009 03:45:19 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sat, 12 Sep 2009 03:45:19 +0500
changeset 1777
de86734d3f7f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

configmanager: Assign a chunk name to config files loaded using the default config loader (fixes issues with some diagnostic tools).

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial