Commit 5ce810b7 by Phil Edwards

test_summary: Add -h, print existing comments as help.

2003-03-08  Phil Edwards  <pme@gcc.gnu.org>

	* test_summary:  Add -h, print existing comments as help.

From-SVN: r64016
parent a3600c71
2003-03-08 Phil Edwards <pme@gcc.gnu.org>
* test_summary: Add -h, print existing comments as help.
2003-03-03 H.J. Lu <hjl@gnu.org> 2003-03-03 H.J. Lu <hjl@gnu.org>
* gcc_build: Use $GCC_CVS/$CVS instead of cvs. * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
......
...@@ -28,14 +28,19 @@ ...@@ -28,14 +28,19 @@
# test_summary | sh # so as to actually send e-mail and move log files # test_summary | sh # so as to actually send e-mail and move log files
# It accepts a few command line arguments. For example: # It accepts a few command line arguments. For example:
# -o: re-reads logs that have been mailed already (.sum.sent) if test x"$1" = "x-h"; then
# -t: prevents logs from being renamed cat <<_EOF
# -p: prepend specified file (or list of files: -p "a b") to the report -o: re-reads logs that have been mailed already (.sum.sent)
# -i: append specified file (or list of files: -i "a b") to the report -t: prevents logs from being renamed
# -m: specify the e-mail address to send notes to. An appropriate default -p: prepend specified file (or list of files: -p "a b") to the report
# should be selected from the log files. -i: append specified file (or list of files: -i "a b") to the report
# -f: force reports to be mailed; if omitted, only reports that differ -m: specify the e-mail address to send notes to. An appropriate default
# from the sent.* version are sent. should be selected from the log files.
-f: force reports to be mailed; if omitted, only reports that differ
from the sent.* version are sent.
_EOF
exit 0
fi
# Find a good awk. # Find a good awk.
if test -z "$AWK" ; then if test -z "$AWK" ; then
......
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