tests/run_tests.bat

Wed, 10 Nov 2010 01:51:03 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 10 Nov 2010 01:51:03 +0500
changeset 3581
3f3f8227ba76
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_component: Updated to use events for hooking stanzas instead of the component stanza handler, and the on_destroy callback.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial