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:
parent
d78228927a
commit
a3ced85e05
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -197,7 +197,7 @@ now () {
|
|||
}
|
||||
|
||||
report () {
|
||||
echo "Checker: $@" >> $REPORT
|
||||
echo "$@" >> $REPORT
|
||||
}
|
||||
|
||||
freport () {
|
||||
|
|
Loading…
Add table
Reference in a new issue