File

tests/run_tests.bat @ 2074:c59c8f3ec645

mod_posix: Log warning when no_daemonize is used, and instruct on how to update config
author Matthew Wild <mwild1@gmail.com>
date Sun, 08 Nov 2009 15:25:03 +0000
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=