diff options
author | Ben Elliston <bje@gnu.org> | 2016-02-20 12:36:29 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-02-20 12:36:29 +1100 |
commit | c4740e8100fffcc1945762803b46539f47eebea1 (patch) | |
tree | a6c74b87db4dbb263d4adaeb8306adabb8b94e1b /lib | |
parent | 992fbc3a8f03c3cd5e554eea5361f1a531e9e71f (diff) | |
download | dejagnu-c4740e8100fffcc1945762803b46539f47eebea1.zip dejagnu-c4740e8100fffcc1945762803b46539f47eebea1.tar.gz dejagnu-c4740e8100fffcc1945762803b46539f47eebea1.tar.bz2 |
* lib/utils.exp: Improve comments.
* NEWS: Update.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils.exp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/utils.exp b/lib/utils.exp index cb8c1e9..ec00cb1 100644 --- a/lib/utils.exp +++ b/lib/utils.exp @@ -208,7 +208,7 @@ proc grep { args } { # # This proc hides the details of global `runtests' from the test scripts, and # implements uniform handling of "script arguments" where those arguments are -# file names (ie: the "foo" in make check RUNTESTFLAGS="bar.exp=foo"). +# file names (eg, "foo.c" in make check RUNTESTFLAGS="bar.exp=foo.c"). # "glob" style expressions are supported as well as multiple files (with # spaces between them). # Eg: RUNTESTFLAGS="bar.exp=foo1.c foo2.c foo3*.c bar/baz*.c" @@ -228,16 +228,7 @@ proc runtest_file_p { runtests testcase } { return 1 } -# -# Delete various system verbosities from TEXT on SYSTEM -# -# An example is: -# ld.so: warning: /usr/lib/libc.so.1.8.1 has older revision than expected 9 -# -# SYSTEM is typical $target_triplet or $host_triplet. -# -# # Compares two files line-by-line # returns 1 it the files match, # returns 0 if there was a file error, |