aboutsummaryrefslogtreecommitdiff
path: root/contrib/patch_tester.sh
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2008-04-23 19:00:08 +0000
committerSebastian Pop <spop@gcc.gnu.org>2008-04-23 19:00:08 +0000
commit24170ff901f836d0742d2f2806586e6714cb0dec (patch)
tree47f2aff65675f9cb6cfd6c947cb1c9e2abf3643b /contrib/patch_tester.sh
parent51eed2800da645f00fb35fcee7a217090ec61f54 (diff)
patch_tester.sh (report): Do not print the time.
* patch_tester.sh (report): Do not print the time. From-SVN: r134600
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 () {