tests/run_tests.bat

Fri, 21 May 2010 23:40:29 +0200

author
Tobias Markmann <tm@ayena.de>
date
Fri, 21 May 2010 23:40:29 +0200
changeset 3073
9a9fe2f3019d
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.sasl.plain: Removing plain_hashed authentication provider. Just do hashing and comparison yourself in a plain_test authentication provider.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial