File

tests/run_tests.bat @ 4414:aa2e79f20962

mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 06 Nov 2011 00:51:39 +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=