patch_tester.sh (report): Do not print the time.

* patch_tester.sh (report): Do not print the time.

From-SVN: r134600
This commit is contained in:
Sebastian Pop 2008-04-23 19:00:08 +00:00 committed by Sebastian Pop
parent 51eed2800d
commit 24170ff901
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -197,7 +197,7 @@ now () {
}
report () {
echo "Checker: (`now`): $@" >> $REPORT
echo "Checker: $@" >> $REPORT
}
freport () {