tests/run_tests.bat

Mon, 16 Feb 2009 20:05:58 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 16 Feb 2009 20:05:58 +0500
changeset 811
1dbcf57154bd
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: Kick participants sending error messages to other participants

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial