File

tests/run_tests.bat @ 3246:3371419eb0e1

MUC: Added disco#info features to advertise room's password protection (muc_passwordprotected or muc_unsecured, depending on whether a password is set).
author Waqas Hussain <waqas20@gmail.com>
date Sun, 13 Jun 2010 18:29:26 +0500
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=