Software /
code /
prosody
File
tests/run_tests.bat @ 2364:b79e5ba69704
prosody: Fix to net_activate_ports to mend binding to specific interfaces
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 15 Dec 2009 18:58:22 +0000 |
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=