File

tests/run_tests.bat @ 4157:1b5a8e071a80

mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
author Matthew Wild <mwild1@gmail.com>
date Tue, 22 Feb 2011 18:29:35 +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=