File

tests/run_tests.bat @ 2841:7929882435c0

mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available.
author Waqas Hussain <waqas20@gmail.com>
date Fri, 29 Jan 2010 18:16:39 +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=