tests/run_tests.bat

Sun, 26 Jul 2009 17:05:18 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 26 Jul 2009 17:05:18 +0100
changeset 1798
4c8f3fa9d926
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_console: Show status and priority of clients

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial