Software /
code /
prosody
File
tests/run_tests.bat @ 4630:9502c0224caf
mod_s2s: Queuing a stanza constitutes handling it.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 26 Mar 2012 19:17:09 -0700 |
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=