Software /
code /
prosody
File
tests/run_tests.bat @ 5841:1b0c7e7c6be8
Only advertise mechanisms needing channel binding if a channel binding backend is avaliable.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Mon, 07 Feb 2011 13:24:42 +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=