File

tests/run_tests.bat @ 5062:88e198d65905

MUC: Send unavailable presence when the component or server is shutting down.
author Waqas Hussain <waqas20@gmail.com>
date Wed, 01 Aug 2012 01:36:22 +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=