aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281@gmail.com>2018-12-04 19:30:52 +1100
committerBen Elliston <bje@gnu.org>2018-12-04 19:30:52 +1100
commit303132d4f11e34679d884e1a380948f2e42faf85 (patch)
treea18ffd001c3c600b917fca533065b4f08ae12d98 /NEWS
parent91b267562d94064d00c709fcdcef29f225a80c5b (diff)
downloaddejagnu-303132d4f11e34679d884e1a380948f2e42faf85.zip
dejagnu-303132d4f11e34679d884e1a380948f2e42faf85.tar.gz
dejagnu-303132d4f11e34679d884e1a380948f2e42faf85.tar.bz2
* NEWS: Document new relative_filename procedure and --local_init/
--global_init command line options. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb8f01a..aed6a9b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ Changes since 1.6.2:
1. The internal proc 'is_remote' has been renamed to 'isremote' for
consistency with the other similar procs (eg, istarget). Testsuites
should use this proc. The 'is_remote' proc is deprecated.
+2. runtest now accepts --local_init and --global_init options to override
+ the default of reading "site.exp". See the manual for details.
+3. A utility procedure relative_filename has been added. This procedure
+ computes a relative file name to a given destination from a given base.
Changes since 1.6.1: