VAX: Fix test script for the VAX simulators that don't have available diags
This commit is contained in:
parent
b6b457a84d
commit
a274a1f208
1 changed files with 3 additions and 0 deletions
|
@ -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
|
else set -qu console telnet=65432,telnet=buffered; set env -a DIAG_QUIET_MODE=1
|
||||||
goto DIAG_%SIM_BIN_NAME%
|
goto DIAG_%SIM_BIN_NAME%
|
||||||
|
|
||||||
|
:DIAG_MICROVAX1
|
||||||
|
:DIAG_MICROVAX2
|
||||||
|
:DIAG_RTVAX1000
|
||||||
echof "No diagnostics are available for the %SIM_NAME% Simulator\n"
|
echof "No diagnostics are available for the %SIM_NAME% Simulator\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue