tests/run_tests.bat

Thu, 04 Jun 2009 15:24:43 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 04 Jun 2009 15:24:43 +0100
changeset 1298
4e0db19e5f1c
parent 808
28d6515f5b7b
permissions
-rw-r--r--

prosody: Add support for general 'interface' option which is used as the default network interface

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial