File

tests/run_tests.bat @ 2917:2a6552b22f01

stanza_router: Allow non-jabber:client elements after auth, before bind. [originally 2c538d4bde13 in 0.6]
author Waqas Hussain <waqas20@gmail.com>
date Mon, 22 Mar 2010 15:04:22 +0000
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=