tests/run_tests.bat

Wed, 08 Jul 2009 04:32:02 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 08 Jul 2009 04:32:02 +0100
changeset 1496
4fa337035f46
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_console: server:version() and server:uptime() commands

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial