File

tests/run_tests.bat @ 2073:72784ce0c0e0

mod_posix: Switch config option to 'daemonize', fall back to 'no_daemonize' if not set, default behaviour remains the same... daemonize if mod_posix is loaded
author Matthew Wild <mwild1@gmail.com>
date Sun, 08 Nov 2009 15:10:44 +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=