Software /
code /
prosody
File
tests/run_tests.bat @ 6085:2f911644f527
mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 18 Apr 2014 07:51:41 +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=