patch_tester.sh (report): Do not print "Checker: ".
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 8 May 2008 15:14:47 +0000 (15:14 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 8 May 2008 15:14:47 +0000 (15:14 +0000)
2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>

* patch_tester.sh (report): Do not print "Checker: ".

From-SVN: r135083

contrib/ChangeLog
contrib/patch_tester.sh

index 28ba163..5669ce2 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * patch_tester.sh (report): Do not print "Checker: ".
+
 2008-04-23  Sebastian Pop  <sebastian.pop@amd.com>
 
        * patch_tester.sh (report): Do not print the time.
index e6517ab..83f3322 100755 (executable)
@@ -197,7 +197,7 @@ now () {
 }
 
 report () {
-    echo "Checker: $@" >> $REPORT
+    echo "$@" >> $REPORT
 }
 
 freport () {