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:
parent
51eed2800d
commit
24170ff901
@ -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>
|
2008-04-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
|
* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
|
||||||
|
@ -197,7 +197,7 @@ now () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
report () {
|
report () {
|
||||||
echo "Checker: (`now`): $@" >> $REPORT
|
echo "Checker: $@" >> $REPORT
|
||||||
}
|
}
|
||||||
|
|
||||||
freport () {
|
freport () {
|
||||||
|
Loading…
Reference in New Issue
Block a user