From 24170ff901f836d0742d2f2806586e6714cb0dec Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 23 Apr 2008 19:00:08 +0000 Subject: [PATCH] patch_tester.sh (report): Do not print the time. * patch_tester.sh (report): Do not print the time. From-SVN: r134600 --- contrib/ChangeLog | 4 ++++ contrib/patch_tester.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 () { -- 2.30.2