File

tests/run_tests.bat @ 3338:d50b6b3efad1

prosodyctl: Force log output always to the console instead of using the config, which avoids creating log files as the wrong user
author Matthew Wild <mwild1@gmail.com>
date Thu, 08 Jul 2010 23:56:53 +0100
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=