tests/run_tests.bat

Wed, 30 Dec 2009 13:26:11 -0600

author
Rob Hoelz <rob@hoelzro.net>
date
Wed, 30 Dec 2009 13:26:11 -0600
changeset 2412
e243b7c81de6
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Added notification of configuration changes for MUCs

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial