summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-29 15:14:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-29 15:14:00 +0200
commitfce860f3b7472b08d14966eef1a5eba0cf0a4f94 (patch)
treebd6bcb03c290aa7a6502cdd6e7c954ea444ddc5d
parent4be130c5dac1abfb64b2fde8765e6fd6acd5d9df (diff)
downloadcurl-fce860f3b7472b08d14966eef1a5eba0cf0a4f94.tar.gz
fixup also invoke 'bt' and make it re-run the tests without lldb
-rw-r--r--tests/Makefile.am1
-rwxr-xr-xtests/runtests.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7f61afd3b..b220c6e8b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -100,6 +100,7 @@ nonflaky-test: perlcheck all
special-test: perlcheck all
./runtests.pl -a -g 507 534 1553
+ ./runtests.pl -a 507 534 1553
torture-test: perlcheck all
$(TEST) $(TEST_T) $(TFLAGS)
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);
}