tests/run_tests.bat

Tue, 21 Jul 2009 13:19:37 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Jul 2009 13:19:37 +0100
changeset 1564
2437dcd46937
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_muc: Set correct 'from' JID when sending the room subject to joiners, fixes a traceback

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial