File

tests/run_tests.bat @ 2040:ca85461afa6c

util.require: Yes hg, I really did want to remove it, thanks.
author Matthew Wild <mwild1@gmail.com>
date Wed, 21 Oct 2009 20:30:42 +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=