X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Flib%2Fmi-support.exp;h=4239a3761f359d7cbeca71415b2a4031aa765513;hb=1df0c130e8aa48104f961c2d2e638c7e179e3839;hp=59076280ce88a1ab0c4876e7c5a56a598971b415;hpb=eda7bdeb3ae6c317d9f964e949587e8271e582e4;p=binutils-gdb.git diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 59076280ce8..4239a3761f3 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -636,7 +636,7 @@ proc mi_run_cmd {args} { } send_gdb "000-exec-continue\n"; gdb_expect 60 { - -re "Continu\[^\r\n\]*\[\r\n\]" {} + -re "000\\^running\[\r\n\]+$mi_gdb_prompt$" {} default {} } return;