tests/run_tests.bat

Mon, 16 Feb 2009 19:39:10 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 16 Feb 2009 19:39:10 +0500
changeset 809
09d6b5fadc84
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: Presence and message stanzas now fully work (status messages, xhtml-im, etc)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial