tests/run_tests.bat

Thu, 08 Jul 2010 23:56:53 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 08 Jul 2010 23:56:53 +0100
changeset 3338
d50b6b3efad1
parent 808
28d6515f5b7b
permissions
-rw-r--r--

prosodyctl: Force log output always to the console instead of using the config, which avoids creating log files as the wrong user

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial