File

tests/run_tests.bat @ 3006:a3580f556c27

mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy
author Matthew Wild <mwild1@gmail.com>
date Wed, 05 May 2010 15:33:29 +0100
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=