Software /
code /
prosody
File
tests/run_tests.bat @ 8702:7e7aa0f770c7
MUC: Abort module loading if unable to get list of persistent rooms from storage (fixes #1091)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 07 Mar 2018 16:01:58 +0100 |
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=