tests/run_tests.bat

Sun, 18 Jul 2010 17:50:38 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sun, 18 Jul 2010 17:50:38 +0500
changeset 3391
8ac3f60af3c4
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option (was only used for anonymous auth, and that didn't make sense).

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial