diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-23 19:00:08 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-23 19:00:08 +0000 |
commit | cc11bee5f0fae7a826562b491796e93d98498193 (patch) | |
tree | 47f2aff65675f9cb6cfd6c947cb1c9e2abf3643b /contrib | |
parent | c7d4e749ab92faf83fc174004e4a8780b148f658 (diff) | |
download | gcc-cc11bee5f0fae7a826562b491796e93d98498193.tar.gz |
* patch_tester.sh (report): Do not print the time.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134600 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 e763771b802..28ba1631a0a 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -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. 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 () { |