Software /
code /
prosody
File
tests/run_tests.bat @ 8348:c3de5b454ec4
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Oct 2017 15:23:03 +0200 |
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=