File

tests/run_tests.bat @ 2646:064efb684aff

mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library
author Matthew Wild <mwild1@gmail.com>
date Mon, 15 Feb 2010 22:56:15 +0000
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=