File

tests/run_tests.bat @ 1899:ccb7d9ccbf24

stanza_router: Reply to IQ requests with missing 'id' attribute with a bad-request error.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 04 Oct 2009 21:46:35 +0500 (2009-10-04)
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=