summaryrefslogtreecommitdiff
path: root/contrib/patch_tester.sh
diff options
context:
space:
mode:
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-23 19:00:08 +0000
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-23 19:00:08 +0000
commitcc11bee5f0fae7a826562b491796e93d98498193 (patch)
tree47f2aff65675f9cb6cfd6c947cb1c9e2abf3643b /contrib/patch_tester.sh
parentc7d4e749ab92faf83fc174004e4a8780b148f658 (diff)
downloadgcc-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-xcontrib/patch_tester.sh2
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 () {