view tests/run_tests.bat @ 3299:4448789c19ca

util.sasl_cyrus: Return error strings using the new table mapping error codes to strings.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 24 Jun 2010 04:16:09 +0500
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=