File

tests/run_tests.bat @ 5060:b0e36777f715

mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121.
author Waqas Hussain <waqas20@gmail.com>
date Wed, 01 Aug 2012 01:36:16 +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=