tests/run_tests.bat

Wed, 24 Mar 2010 20:00:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 24 Mar 2010 20:00:22 +0000
changeset 2932
d2816fb6c7ea
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial