Software /
code /
prosody
File
tests/run_tests.bat @ 7903:036c771b842a
mod_mam: Update namespace to XEP-0313 v0.6
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Feb 2017 00:32:59 +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=