diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-08 15:14:47 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-08 15:14:47 +0000 |
commit | 2790cbc8c067b2aa2d60d9fc0aef595835bcd310 (patch) | |
tree | 3b9ce71e70ecf51e1dff9a2d56a13b0711d0dbd4 /contrib | |
parent | 19d0552032bcf6f4284ae2f73a1974809db1f228 (diff) | |
download | gcc-2790cbc8c067b2aa2d60d9fc0aef595835bcd310.tar.gz |
2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh (report): Do not print "Checker: ".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/patch_tester.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 28ba1631a0a..5669ce28801 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -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. diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index e6517ab098c..83f3322ee7d 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -197,7 +197,7 @@ now () { } report () { - echo "Checker: $@" >> $REPORT + echo "$@" >> $REPORT } freport () { |