File

tests/run_tests.bat @ 4153:676588aed2d7

util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
author Matthew Wild <mwild1@gmail.com>
date Tue, 22 Feb 2011 07:37:52 +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=