Software /
code /
prosody
File
tests/run_tests.bat @ 6828:9019bc4c9a5a
MUC: Prevent double replies when MUC affiliation/role change requests fail.
author | Lance Stout <lancestout@gmail.com> |
---|---|
date | Thu, 17 Sep 2015 13:02:09 -0700 |
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=