tests/run_tests.bat

Fri, 15 May 2009 17:33:04 +0200

author
Tobias Markmann <tm@ayena.de>
date
Fri, 15 May 2009 17:33:04 +0200
changeset 1162
bd1f0e6d50a7
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Merging SASL buggy client workaround with current tip.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial