tests/run_tests.bat

Wed, 21 Oct 2009 02:18:17 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 21 Oct 2009 02:18:17 +0500
changeset 2028
4f33100195a0
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: Added 'name' config option, for specifying the component's name in disco responses.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial