view tests/run_tests.bat @ 3112:c311fdffccce

mod_presence: Don't send 'unsubscribed' in response to probes when roster loading fails.
author Waqas Hussain <waqas20@gmail.com>
date Mon, 24 May 2010 00:37:15 +0500
parents 28d6515f5b7b
children
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=