File

tests/run_tests.bat @ 3122:579f17b9f948

util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'
author Tobias Markmann <tm@ayena.de>
date Mon, 24 May 2010 18:15:16 +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=