Software /
code /
prosody
File
tests/run_tests.bat @ 5410:bea93cfd6c54
modulemanager: add function to retrieve module items from a specific host entity.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Mon, 01 Apr 2013 22:34:44 +0000 |
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=