]> granicus.if.org Git - curl/commitdiff
stdout is good enough
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jun 2003 09:09:04 +0000 (09:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jun 2003 09:09:04 +0000 (09:09 +0000)
tests/runtests.pl

index 1c067d43083f29effcacbf20103c4e772eaf38d8..4ab0966ae6a67a6d1dadcc85422fd89dc80287ec 100755 (executable)
@@ -1187,7 +1187,7 @@ close(CMDLOG);
 
 print "Shutting down test suite servers:\n" if (!$short);
 for(keys %run) {
-    printf STDERR ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short);
+    printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short);
     stopserver($run{$_}); # the pid file is in the hash table
 }