File

tests/run_tests.bat @ 6649:99fa40d498cc

util.statistics: Collect duration sample even if run fewer times than the sample interval
author Kim Alvefur <zash@zash.se>
date Tue, 05 May 2015 00:48:55 +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=