File

tests/run_tests.bat @ 4361:605045b77bc6

mod_saslauth: Fire authentication-success and authentication-failure events (thanks scitor)
author Matthew Wild <mwild1@gmail.com>
date Mon, 29 Aug 2011 12:01:42 -0400
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=