File

tests/run_tests.bat @ 1679:e2eb0eaf2544

Remove print which was used for debugging purposes.
author Tobias Markmann <tm@ayena.de>
date Thu, 13 Aug 2009 13:58:49 +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=