File

tests/run_tests.bat @ 2729:7e0c35713bf5

mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled)
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Mar 2010 18:07:37 +0000
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=