File

tests/run_tests.bat @ 5760:e599d9a367cf

mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc.
author Florian Zeitz <florob@babelmonkeys.de>
date Wed, 24 Jul 2013 22:08:07 +0200
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=