Software /
code /
prosody
File
tests/run_tests.bat @ 8476:082d12728645 0.9.13
MUC: Rename variable to make it clearer that it is the room JID and not the MUC host
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 10 Dec 2017 17:52:47 +0100 |
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=