summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 08c06e5aa..708947eeb 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -3894,6 +3894,7 @@ sub singletest {
my $gdbinit = "$TESTDIR/gdbinit$testnum";
open(GDBCMD, ">$LOGDIR/gdbcmd");
print GDBCMD "run\n";
+ print GDBCMD "bt\n";
print GDBCMD "quit\n";
close(GDBCMD);
}