File

tests/run_tests.bat @ 5090:61c7c53c06d5

util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)
author Kim Alvefur <zash@zash.se>
date Tue, 21 Aug 2012 15:33:07 +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=