Software /
code /
prosody
File
tests/run_tests.bat @ 6271:006b0e0f0de2
plugins/muc: Move 'x' filtering from occupant to util
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Thu, 05 Jun 2014 17:07:14 -0400 |
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=