tests/run_tests.bat

Thu, 20 May 2010 11:13:51 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 20 May 2010 11:13:51 +0100
changeset 3063
ca149818083d
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.sasl_cyrus: Support for specifying the application name (to pass to Cyrus SASL's init())

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial