tests/run_tests.bat

Tue, 02 Nov 2010 22:23:07 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 02 Nov 2010 22:23:07 +0500
changeset 3553
1f0af8572f15
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_saslauth: Allow restarting SASL negotiation from scratch.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial