tests/run_tests.bat

Mon, 01 Mar 2010 18:07:37 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 01 Mar 2010 18:07:37 +0000
changeset 2729
7e0c35713bf5
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial