tests/run_tests.bat

Thu, 21 Jan 2010 13:10:13 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 21 Jan 2010 13:10:13 +0000
changeset 2835
ff5039708b19
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.httpserver: Close connection on invalid HTTP status line

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial