File

tests/run_tests.bat @ 4244:19c9bf88ec89

mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
author Matthew Wild <mwild1@gmail.com>
date Wed, 06 Apr 2011 14:45:44 +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=