tests/run_tests.bat

Thu, 31 Dec 2009 02:39:40 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 31 Dec 2009 02:39:40 +0000
changeset 2406
2c416334579c
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial