> -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Tom Tromey > Sent: Wednesday, July 25, 2012 6:15 PM [...] > Markus> -if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { > Markus> +if { [gdb_compile_pthreads ${srcdir}/${subdir}/${srcfile} ${binfile} executable {debug}] != "" } { > > prepare_for_testing also calls clean_restart. > I think your change should add this. The test already does clean_restart after prepare_for_testing. > Otherwise looks good to me. Thanks. Who would be the approver of the change? Regards, Markus.