File

tests/run_tests.bat @ 2995:175002d404b8

util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module.
author Tobias Markmann <tm@ayena.de>
date Sun, 28 Feb 2010 22:58:43 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=