tests/run_tests.bat

Sat, 22 May 2010 20:51:01 +0200

author
Tobias Markmann <tm@ayena.de>
date
Sat, 22 May 2010 20:51:01 +0200
changeset 3106
f4341cac3ae1
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.sasl.scram: Fixing issue #177.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial