tests/run_tests.bat

Mon, 25 Jan 2010 20:58:15 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 25 Jan 2010 20:58:15 +0000
changeset 2497
810fb77b6fe6
parent 808
28d6515f5b7b
permissions
-rw-r--r--

prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial