tests/run_tests.bat

Mon, 24 May 2010 19:44:27 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 24 May 2010 19:44:27 +0100
changeset 3123
0f21abc745ef
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.sasl.scram: Fix remaining - in profile name

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial