tests/run_tests.bat
author Matthew Wild <mwild1@gmail.com>
Thu, 23 Jul 2009 02:33:10 +0100
changeset 1576 0cfc7eb6957b
parent 809 28d6515f5b7b
permissions -rw-r--r--
prosody: Correctly allow console ports to be changed through the config

@echo off

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

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

set path=%oldpath%
set oldpath=