tests/run_tests.bat

Tue, 16 Feb 2010 17:15:43 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 16 Feb 2010 17:15:43 +0000
changeset 2654
07a6f5f9d4be
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...)

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial