File

tests/run_tests.bat @ 883:0112ae30f399

Support to filter logging by source via pattern matching from config file.
author Tobias Markmann <tm@ayena.de>
date Sat, 07 Mar 2009 20:33:21 +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=