Software /
code /
prosody
File
tests/run_tests.bat @ 6276:9290a2906feb
plugins/muc/mod_muc: fix wrong event for persistence
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Wed, 11 Jun 2014 17:54:23 -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=