From 7b0ff8a22af175fd8f1aeb3b4ed3d7caf7befc3f Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 4 Jan 2021 11:43:58 -0500 Subject: gdb/testsuite: use build_executable in gdb.server/stop-reply-no-thread.exp This test uses prepare_for_testing, then does a clean_restart for each test configuration. prepare_for_testing does a build_executable plus a clean_restart. So the clean_restart inside prepare_for_testing is done for nothing. Change prepare_for_testing to just build_executable to avoid the unnecessary clean_restart. gdb/testsuite/ChangeLog: * gdb.server/stop-reply-no-thread.exp: Use build_executable instead of prepare_for_testing. Change-Id: I8b2a2e90353c57c39c49a3665083331b4882fdd0 --- gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.server/stop-reply-no-thread.exp') diff --git a/gdb/testsuite/gdb.server/stop-reply-no-thread.exp b/gdb/testsuite/gdb.server/stop-reply-no-thread.exp index ea82780..5e93b47 100644 --- a/gdb/testsuite/gdb.server/stop-reply-no-thread.exp +++ b/gdb/testsuite/gdb.server/stop-reply-no-thread.exp @@ -28,7 +28,7 @@ if { [skip_gdbserver_tests] } { } standard_testfile -if [prepare_for_testing "failed to prepare" $testfile $srcfile] { +if { [build_executable "failed to prepare" $testfile $srcfile] == -1 } { return -1 } -- cgit v1.1