VAX: Fix test script for the VAX simulators that don't have available diags

This commit is contained in:
Mark Pizzolato 2018-09-28 21:09:27 -07:00
parent b6b457a84d
commit a274a1f208

View file

@ -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