File

tests/run_tests.bat @ 5601:f55ab5fa939f

mod_muc: Pass actor (requesting JID) when generating the config form, and to the muc-config-form event handler
author Matthew Wild <mwild1@gmail.com>
date Sat, 18 May 2013 15:29:10 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=