File

tests/run_tests.bat @ 3441:d4f89802cf1e

util.sasl, util.sasl_cyrus: Removed a ton of unused variables.
author Waqas Hussain <waqas20@gmail.com>
date Tue, 03 Aug 2010 17:11:40 +0500
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=