tests/run_tests.bat

Mon, 13 Jul 2009 21:17:51 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 13 Jul 2009 21:17:51 +0100
changeset 1546
7d7bf705675d
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial