File

tests/run_tests.bat @ 3474:730876bbe4e6

util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome]
author Matthew Wild <mwild1@gmail.com>
date Sun, 29 Aug 2010 15:04:34 +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=