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; } }