Software /
code /
prosody
File
tests/run_tests.bat @ 4127:f80b7a92da67
s2smanager: Change 'Connection failed' error message text to 'Server-to-server connection failed' (thanks Paul)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 26 Jan 2011 13:23:39 +0000 |
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=