File

tests/run_tests.bat @ 3556:d00fc909296e

util.logger: Remove support for a global writer (setwriter) to try and balance the forces...
author Matthew Wild <mwild1@gmail.com>
date Thu, 04 Nov 2010 08:42:18 +0000
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=