diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 28ba1631a0afb..5669ce2880197 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2008-05-08 Sebastian Pop + + * patch_tester.sh (report): Do not print "Checker: ". + 2008-04-23 Sebastian Pop * patch_tester.sh (report): Do not print the time. diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index e6517ab098c51..83f3322ee7d42 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -197,7 +197,7 @@ now () { } report () { - echo "Checker: $@" >> $REPORT + echo "$@" >> $REPORT } freport () {