Software /
code /
prosody
File
tests/run_tests.bat @ 8207:8ea0484871e8
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Sep 2017 17:13:30 +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=