From 76e6111dd4daf613dd9e330d1c09a9a0b2dfa0dd Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 21 Dec 2019 06:51:41 -0800 Subject: [PATCH] VAX: Avoid Windows Firewall prompt when running tests during build This procedure establishes a telnet listen port solely so that the console output traffic can be buffered (and not emitted). Since nothing will ever connect to this port we bound it to the localhost address so that firewall prompts aren't generated when building in a new directory. --- VAX/tests/vax-diag_test.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAX/tests/vax-diag_test.ini b/VAX/tests/vax-diag_test.ini index cd8adb16..fa70a85b 100644 --- a/VAX/tests/vax-diag_test.ini +++ b/VAX/tests/vax-diag_test.ini @@ -20,7 +20,7 @@ cd %~p0 set env DIAG_QUIET_MODE=0 if ("%1" == "-v") set console notelnet -else set -qu console telnet=65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1 +else set -qu console telnet=localhost:65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1 goto DIAG_%SIM_BIN_NAME% :DIAG_MICROVAX2