File

tests/run_tests.bat @ 3676:13a1d90b4e1c

mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 02 Dec 2010 16:17:44 +0500
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=