aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281@gmail.com>2018-12-15 17:07:56 +1100
committerBen Elliston <bje@gnu.org>2018-12-15 17:07:56 +1100
commit9c873aea97810e61b60305b537190113bc134883 (patch)
tree0a9b68f29505605011340bd1849d944e8424f7d4 /ChangeLog
parent989c2c052a86a89dfdf95386f0f128d0443cc9cb (diff)
downloaddejagnu-9c873aea97810e61b60305b537190113bc134883.zip
dejagnu-9c873aea97810e61b60305b537190113bc134883.tar.gz
dejagnu-9c873aea97810e61b60305b537190113bc134883.tar.bz2
* testsuite/lib/runtest.exp (runtest_start): Remove.
Move the sanity check in runtest_start to top-level and similarly check to ensure that $EXPECT can be found. Make failure of either sanity check an immediate fatal error. Improve error messages for sanity checks to indicate which critical tool was not found. Remove useless 'global RUNTEST' command at top-level. (runtest_version): Brace 'if' expression. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39c02b0..60b22b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
+ * testsuite/lib/runtest.exp (runtest_start): Remove.
+ Move the sanity check in runtest_start to top-level and similarly
+ check to ensure that $EXPECT can be found. Make failure of either
+ sanity check an immediate fatal error.
+ Improve error messages for sanity checks to indicate which
+ critical tool was not found. Remove useless 'global RUNTEST'
+ command at top-level.
+ (runtest_version): Brace 'if' expression.
+
+2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
+
* testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
default runtest executable instead of implicitly searching PATH.
Remove unused RUNTESTFLAGS Tcl variable.