tests/run_tests.bat

Sun, 20 Sep 2009 15:16:25 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 20 Sep 2009 15:16:25 +0100
changeset 1796
5f7b2f940816
parent 808
28d6515f5b7b
permissions
-rw-r--r--

s2smanager: Timeout unauthed s2s connections

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial