Software /
code /
prosody
File
tests/run_tests.bat @ 6230:97d53caef325
plugins/muc/members_only.lib: Compare affiliations via rank; wrap some long lines
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Mon, 21 Apr 2014 17:49:57 -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=