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/patch_tester.sh | |
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/patch_tester.sh')
-rwxr-xr-x | contrib/patch_tester.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |