diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 10 |
2 files changed, 8 insertions, 6 deletions
@@ -1,5 +1,9 @@ 2018-12-08 Ben Elliston <bje@gnu.org> + * NEWS: Tweak. + +2018-12-08 Ben Elliston <bje@gnu.org> + * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around variable expansions. * testsuite/runtest.all/clone_output.test: Likewise. @@ -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: |