tests/run_tests.bat

Wed, 10 Nov 2010 20:28:20 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 10 Nov 2010 20:28:20 +0500
changeset 3599
adc0b4df6fdd
parent 808
28d6515f5b7b
permissions
-rw-r--r--

hostmanager: Added function get_children(host) which copies componentmanager.get_children(host).

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial