diff options
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 () { |