Mercurial > prosody-hg
view tests/run_tests.bat @ 4819:4fa47fc6f20c
mod_s2s: Add session.send() only to incoming streams, and fire the route/remote event on the host (not global anymore)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 04 May 2012 02:22:26 +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=
