tests/run_tests.bat

Tue, 26 May 2009 01:07:52 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 26 May 2009 01:07:52 +0100
changeset 1199
db2a55fe94f2
parent 808
28d6515f5b7b
permissions
-rw-r--r--

s2smanager: Only send reply </stream:stream> when connection is still open

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial