Software /
code /
prosody
File
tests/run_tests.bat @ 6509:7cb69eba3e95
net.dns: Try next server if peer name can not be set (thanks wirehack7)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 30 Oct 2014 12:28:07 +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=