From d5dc99de0856dd8fd6e3ecafe43630d38c351f1c Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 9 May 2018 22:23:04 +0100 Subject: [PATCH] Wait until DDT hits the breakpoint before typing. Bug #874 reported that the KA10 build could fail to read the colon here. --- build/misc.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/misc.tcl b/build/misc.tcl index 8910cff2..53dfa796 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -786,7 +786,8 @@ respond "*" ":job xxfile\r" respond "*" ":load sysbin;xxfile bin\r" respond "*" "ttyop1\033b\033g" expect ":PDUMP SYS2;TS XXFILE" -type ":kill\r" +expect ">>" +respond " " ":kill\r" # TJ6 respond "*" ":midas sysbin;_tj6;tj6\r"