tests/run_tests.bat

Mon, 24 May 2010 17:44:13 +0200

author
Tobias Markmann <tm@ayena.de>
date
Mon, 24 May 2010 17:44:13 +0200
changeset 3118
95ddd75ed3c5
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.sasl.scram: Fixing logic error in argument checking.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial