File

tests/run_tests.bat @ 3417:53e854b52110

mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the SASL handler (makes it work for Cyrus SASL).
author Waqas Hussain <waqas20@gmail.com>
date Sat, 31 Jul 2010 13:55:46 +0500
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=