File

tests/run_tests.bat @ 3038:6b68355d615a

prosodyctl: Support for the new usermanager, refactor host creation and fail if a host is not using the default authentication provider, for now. (thanks Nicola)
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 May 2010 19:38:40 +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=