summaryrefslogtreecommitdiff
path: root/contrib/test_summary
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-27 20:37:47 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-27 20:37:47 +0000
commitbcdc1884553799f3630ce396dd13aca899bfa571 (patch)
treea3966dea4ddfbf4d4ec02bfa08c2ca2bf5268a89 /contrib/test_summary
parent72fd259703c77b76f12ed63ed7f1bc83834fd752 (diff)
downloadgcc-bcdc1884553799f3630ce396dd13aca899bfa571.tar.gz
P
* test_summary: Corrected script name in comments providing documentation. Added linebreaks for lines with > 80 characters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21420 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-xcontrib/test_summary10
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/test_summary b/contrib/test_summary
index 6f2d6b0ceea..332f88a1e78 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -22,16 +22,18 @@
# The usage pattern of this script is as follows:
-# summarize | more # so as to observe what should be done
+# test_summary | more # so as to observe what should be done
-# summarize | 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:
# -o: re-reads logs that have been mailed already (.sum.sent)
# -t: prevents logs from being renamed
# -i: append specified file (or list of files: -i "a b") to the report
-# -m: specify the e-mail address to send notes to. An appropriate default 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
+# -m: specify the e-mail address to send notes to. An appropriate default
+# 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.
# Find a good awk.
if test -z "$AWK" ; then