File

tests/run_tests.bat @ 3294:89dd67cc3689

util.prosodyctl: Initialize the host's auth provider if necessary (thanks johnny, and all the other people whom this hindered :) )
author Matthew Wild <mwild1@gmail.com>
date Tue, 29 Jun 2010 19:18:07 +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=