tests/run_tests.bat

Thu, 03 Jun 2010 18:01:05 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 03 Jun 2010 18:01:05 +0500
changeset 3169
070424f77629
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial