tests/run_tests.bat

Tue, 21 Dec 2010 04:36:34 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Dec 2010 04:36:34 +0000
changeset 3919
e288372dd19f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_pubsub: Use bare JID in get_affiliation

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial