view tests/run_tests.bat @ 3117:f4e7ca2aa2f7

util.sasl.scram: Fixing logic error in argument checking.
author Tobias Markmann <tm@ayena.de>
date Mon, 24 May 2010 17:44:13 +0200
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=