Commit a3ced85e by Sebastian Pop Committed by Sebastian Pop

patch_tester.sh (report): Do not print "Checker: ".

2008-05-08  Sebastian Pop  <sebastian.pop@amd.com>

	* patch_tester.sh (report): Do not print "Checker: ".

From-SVN: r135083
parent d7822892
2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh (report): Do not print "Checker: ".
2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh (report): Do not print the time.
......
......@@ -197,7 +197,7 @@ now () {
}
report () {
echo "Checker: $@" >> $REPORT
echo "$@" >> $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