Software /
code /
prosody
File
tests/run_tests.bat @ 7650:4c2407422f71
Logging error if MUC room cache is full
author | Sam Whited <sam@samwhited.com> |
---|---|
date | Fri, 02 Sep 2016 16:02:17 -0500 |
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=