From d1d69fdd54325ee363d1760ac642a7c4ec86bc78 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 13 Oct 2003 16:32:51 +0000 Subject: * gdb.threads/killed.exp: Use gdb_run_cmd. --- gdb/testsuite/gdb.threads/killed.exp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.threads') diff --git a/gdb/testsuite/gdb.threads/killed.exp b/gdb/testsuite/gdb.threads/killed.exp index 2e61e7c..1948375 100644 --- a/gdb/testsuite/gdb.threads/killed.exp +++ b/gdb/testsuite/gdb.threads/killed.exp @@ -75,7 +75,15 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "run" "" "run program to completion" +gdb_run_cmd +gdb_expect { + -re "$gdb_prompt $" { + pass "run program to completion" + } + timeout "$gdb_prompt $" { + fail "run program to completion (timeout)" + } +} # Try to quit. send_gdb "quit\n" -- cgit v1.1