From: Sebastian Pop Date: Wed, 23 Apr 2008 19:00:08 +0000 (+0000) Subject: patch_tester.sh (report): Do not print the time. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24170ff901f836d0742d2f2806586e6714cb0dec;p=gcc.git patch_tester.sh (report): Do not print the time. * patch_tester.sh (report): Do not print the time. From-SVN: r134600 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e763771b802..28ba1631a0a 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2008-04-23 Sebastian Pop + + * patch_tester.sh (report): Do not print the time. + 2008-04-01 Joseph Myers * texi2pod.pl: Handle @samp and @url inside verbatim blocks. diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index 0c7488082a1..e6517ab098c 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -197,7 +197,7 @@ now () { } report () { - echo "Checker: (`now`): $@" >> $REPORT + echo "Checker: $@" >> $REPORT } freport () {