patch_tester.sh (report): Do not print the time.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 23 Apr 2008 19:00:08 +0000 (19:00 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 23 Apr 2008 19:00:08 +0000 (19:00 +0000)
* patch_tester.sh (report): Do not print the time.

From-SVN: r134600

contrib/ChangeLog
contrib/patch_tester.sh

index e763771b802e39e13923389aaf2e7e42404a1154..28ba1631a0afb97a3301f94b41af7198fabf3374 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * patch_tester.sh (report): Do not print the time.
+
 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
 
        * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
index 0c7488082a15b7bfd04c15d9f2e8bf901af95991..e6517ab098c5113c936117bf99bf27237ca15a9d 100755 (executable)
@@ -197,7 +197,7 @@ now () {
 }
 
 report () {
-    echo "Checker: (`now`): $@" >> $REPORT
+    echo "Checker: $@" >> $REPORT
 }
 
 freport () {