view tests/run_tests.bat @ 2902:c405486f289c

util.sasl_cyrus: Clarify some log messages and levels
author Matthew Wild <mwild1@gmail.com>
date Thu, 18 Mar 2010 10:05:35 +0000
parents 28d6515f5b7b
children
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=