tests/run_tests.bat

Tue, 02 Nov 2010 21:19:50 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 02 Nov 2010 21:19:50 +0500
changeset 3551
4fba723ab235
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial