tests/run_tests.bat

Tue, 21 Dec 2010 22:26:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Dec 2010 22:26:22 +0000
changeset 3930
46d9cf613bb1
parent 808
28d6515f5b7b
permissions
-rw-r--r--

prosody: Catch a recursive Include error and print a more friendly error

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial