tests/run_tests.bat

Fri, 19 Nov 2010 03:06:51 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 19 Nov 2010 03:06:51 +0500
changeset 3631
138f385e8246
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: Include the user's current presence contents when broadcasting an affiliation change.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial