File

tests/run_tests.bat @ 7136:6c3a33e54399

loggingmanager: Make initial value for width of log name configurable
author Kim Alvefur <zash@zash.se>
date Thu, 04 Feb 2016 17:51:39 +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=