File

tests/run_tests.bat @ 2468:68bb1cc1a8b0

xmlhandlers: Move stream-error detection to somewhere more appropriate (it was never reached) - s2s stream errors now reported properly
author Matthew Wild <mwild1@gmail.com>
date Tue, 19 Jan 2010 03:58:20 +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=