tests/run_tests.bat

Fri, 12 Jun 2009 15:43:24 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 12 Jun 2009 15:43:24 +0100
changeset 1342
947d94e3619f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_console: Redirect print() to console session when executing commands in global environment

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial