File

tests/run_tests.bat @ 5064:7a1eb302c562

MUC: Give host and server admins "owner" affiliation in all rooms.
author Waqas Hussain <waqas20@gmail.com>
date Wed, 01 Aug 2012 01:36:30 +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=