tests/run_tests.bat

Wed, 10 Nov 2010 18:06:51 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 10 Nov 2010 18:06:51 +0500
changeset 3595
ec1151d0c4a4
parent 808
28d6515f5b7b
permissions
-rw-r--r--

modulemanager: load_modules_for_host(): Inherit 'tls' and 'dialback' from global modules list for components, and load the component module. Also refactored to use util.set.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial