Software /
code /
prosody
File
tests/run_tests.bat @ 5408:767ecb0091a6
mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 01 Apr 2013 14:45:59 +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=