Software /
code /
prosody
File
tests/run_tests.bat @ 6419:84b332eacde9
plugins/muc/muc.lib: Fix iq results coming from the real jid, not the in-room jid (thanks Lance)
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Tue, 16 Sep 2014 17:11:29 -0400 |
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=