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
This commit is contained in:
Sebastian Pop 2008-05-08 15:14:47 +00:00 committed by Sebastian Pop
parent d78228927a
commit a3ced85e05
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

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