File

tests/run_tests.bat @ 3416:c505a8cc8922

mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select().
author Waqas Hussain <waqas20@gmail.com>
date Sat, 31 Jul 2010 13:49:22 +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=