Commit 2790cbc8 authored by spop's avatar spop
Browse files

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

	* 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
parent 19d05520
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