diff options
author | Jacob Bachmeyer <jcb62281+dev@gmail.com> | 2020-06-17 18:08:57 -0500 |
---|---|---|
committer | Jacob Bachmeyer <jcb62281+dev@gmail.com> | 2020-06-17 18:08:57 -0500 |
commit | c5b21f1f1cfaabf1431010c314aadcc0b7b708f0 (patch) | |
tree | 8318189e0992ad9a8136458b4dae5aa080fb0ee1 /NEWS | |
parent | 5fafcd43b2d22b2227e62f7278584418c6449824 (diff) | |
download | dejagnu-c5b21f1f1cfaabf1431010c314aadcc0b7b708f0.zip dejagnu-c5b21f1f1cfaabf1431010c314aadcc0b7b708f0.tar.gz dejagnu-c5b21f1f1cfaabf1431010c314aadcc0b7b708f0.tar.bz2 |
Allow testing to continue after an undefined command is called
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Changes since 1.6.2: 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. +X. runtest now accepts a --keep_going option to continue with other test + scripts after a test script invokes an undefined command. 3. A utility procedure relative_filename has been added. This procedure computes a relative file name to a given destination from a given base. 4. The utility procedure 'grep' now accepts a '-n' option that |