tests/run_tests.bat

Tue, 19 Jan 2010 03:58:20 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 19 Jan 2010 03:58:20 +0000
changeset 2468
68bb1cc1a8b0
parent 808
28d6515f5b7b
permissions
-rw-r--r--

xmlhandlers: Move stream-error detection to somewhere more appropriate (it was never reached) - s2s stream errors now reported properly

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial