Commit 24170ff9 by Sebastian Pop Committed by Sebastian Pop

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

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

From-SVN: r134600
parent 51eed280
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.
......
......@@ -197,7 +197,7 @@ now () {
}
report () {
echo "Checker: (`now`): $@" >> $REPORT
echo "Checker: $@" >> $REPORT
}
freport () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment