tests/run_tests.bat

Tue, 21 Dec 2010 22:25:54 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Dec 2010 22:25:54 +0000
changeset 3929
7cb03d67101b
parent 808
28d6515f5b7b
permissions
-rw-r--r--

configmanager: Filenames without a path are also relative to the config file path, not the current working directory

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial