From a274a1f20802e269069b55cb73d6e1e783535c53 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 28 Sep 2018 21:09:27 -0700 Subject: [PATCH] VAX: Fix test script for the VAX simulators that don't have available diags --- VAX/tests/vax-diag_test.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VAX/tests/vax-diag_test.ini b/VAX/tests/vax-diag_test.ini index 2a52259c..8180c7f3 100644 --- a/VAX/tests/vax-diag_test.ini +++ b/VAX/tests/vax-diag_test.ini @@ -23,6 +23,9 @@ if ("%1" == "-v") set console notelnet else set -qu console telnet=65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1 goto DIAG_%SIM_BIN_NAME% +:DIAG_MICROVAX1 +:DIAG_MICROVAX2 +:DIAG_RTVAX1000 echof "No diagnostics are available for the %SIM_NAME% Simulator\n" exit 0