Software /
code /
prosody
File
tests/run_tests.bat @ 6249:2420e308f64a
plugins/muc/muc: Always send occupant list to joining sessions
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Mon, 19 May 2014 13:40:24 -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=