aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index afdfbcc..2828f79 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,10 @@ Changes since 1.6.2:
computes a relative file name to a given destination from a given base.
4. The utility procedure 'grep' now accepts a '-n' option that
includes line numbers in the output, consistent with GNU grep.
-5. A new 'testsuite' library procedure is provided for retrieving or
- providing information about the current testsuite. Initially, the
- 'testsuite file' command returns an absolute file name specified
- relative to either the testsuite source or object trees. This
- enables testsuites to not have to access the $subdir internal
- DejaGnu variable.
+5. A new multiplex procedure "testsuite" is added for commands
+ retrieving or providing information about the current testsuite.
+6. A command "testsuite file" is added to replace the use of the
+ "*dir" variables in test scripts.
Changes since 1.6.1: