File

tests/run_tests.bat @ 1758:5acbf4318715

Add NODEprepping to SASL Digest-MD5 authentication handling.
author Tobias Markmann <tm@ayena.de>
date Sun, 06 Sep 2009 22:07:59 +0200
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=