tests/run_tests.bat

Sun, 08 Nov 2009 15:25:03 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 08 Nov 2009 15:25:03 +0000
changeset 2074
c59c8f3ec645
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_posix: Log warning when no_daemonize is used, and instruct on how to update config

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial