Skip to content

Commit

Permalink
2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
Browse files Browse the repository at this point in the history
	* patch_tester.sh (report): Do not print "Checker: ".



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135083 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
spop committed May 8, 2008
1 parent 19d0552 commit 2790cbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion contrib/patch_tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ now () {
}

report () {
echo "Checker: $@" >> $REPORT
echo "$@" >> $REPORT
}

freport () {
Expand Down

0 comments on commit 2790cbc

Please sign in to comment.