tests/run_tests.bat

Fri, 19 Feb 2010 03:21:20 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 19 Feb 2010 03:21:20 +0000
changeset 2808
23bb7e29819e
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.http: Don't re-destroy a request when the connection is closed

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial