File

tests/run_tests.bat @ 3363:a4bb658d3fcb

SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.
author Waqas Hussain <waqas20@gmail.com>
date Wed, 14 Jul 2010 19:56:57 +0500 (2010-07-14)
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=