Mercurial > prosody-hg
view tests/run_tests.bat @ 2019:c712ea57b877
s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connections
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 18 Oct 2009 16:16:27 +0100 |
| parents | 28d6515f5b7b |
| children |
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=
