tests/run_tests.bat

Thu, 13 Aug 2009 17:21:44 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 13 Aug 2009 17:21:44 +0500
changeset 1692
be76bac8e174
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_register: Updated to use module:get_option instead of configmanager

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial