diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-15 17:26:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-15 17:26:57 +0200 |
commit | 99ae23c23c37f16d7fcffc6cacb70833f1b7ce06 (patch) | |
tree | dfbf2c0114d0ebed3eb18673fcae021e8742d8b8 /tests/runtests.pl | |
parent | 687965f2062ea614c80e041adaac6492da029e29 (diff) |
runtests.pl: remove debug leftover from bb9a340c73f3
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 92fb447a2..7e066fd4d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4353,7 +4353,6 @@ sub singletest { for $strip (@strippart) { chomp $strip; for(@out) { - print STDERR ":::: $strip\n"; eval $strip; } } |