tests/run_tests.bat

Fri, 12 Nov 2010 11:51:50 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 12 Nov 2010 11:51:50 +0000
changeset 3614
8b436cc88c0e
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_console: Don't allow bang bang as the first command in a session, or when the last command is unknown (fixes #218)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial