From c1e9f1454faaa0b66a2b32e17201f4613b9bc0c4 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 3 Sep 2025 11:53:08 +0200 Subject: [gdb/testsuite] Fix clean_restart in gdb.python Fix clean_restart in the test-cases in gdb.python. Tested on x86_64-linux. --- gdb/testsuite/gdb.python/py-thrhandle.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.python/py-thrhandle.exp') diff --git a/gdb/testsuite/gdb.python/py-thrhandle.exp b/gdb/testsuite/gdb.python/py-thrhandle.exp index 343bf4b..a959044 100644 --- a/gdb/testsuite/gdb.python/py-thrhandle.exp +++ b/gdb/testsuite/gdb.python/py-thrhandle.exp @@ -29,7 +29,7 @@ if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executab return -1 } -clean_restart ${binfile} +clean_restart ${::testfile} runto_main -- cgit v1.1