Software /
code /
prosody
File
tests/run_tests.bat @ 6479:d016437e01bf
plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get restored on shutdown
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Fri, 17 Oct 2014 16:35:46 -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=