Software /
code /
prosody
File
tests/run_tests.bat @ 5689:832ea1e9ac9e
mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Tue, 04 Jun 2013 23:59:59 +0200 |
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=