tests/run_tests.bat

Mon, 24 May 2010 18:15:16 +0200

author
Tobias Markmann <tm@ayena.de>
date
Mon, 24 May 2010 18:15:16 +0200
changeset 3120
6f1b7260925c
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial