File

tests/run_tests.bat @ 2397:da8d6ab0c8b4

mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth.
author Tobias Markmann <tm@ayena.de>
date Wed, 23 Dec 2009 23:09:44 +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=