File

tests/run_tests.bat @ 1584:ffe8a9296e04

mod_saslauth, usermanager: Fetch list of mechanisms from usermanager
author Nick Thomas
date Thu, 23 Jul 2009 22:15:06 +0100
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=