aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest.main
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-18 18:52:33 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-18 18:52:33 -0500
commitd45310cd257d399b8208fa9907f7c9f2f4ac7eda (patch)
tree8029856e854d431328a33e7ae87ab4d5f48c5cd3 /testsuite/runtest.main
parentcbba4dbb8d52c5b0f32e803cf8587f276ee1ec86 (diff)
downloaddejagnu-d45310cd257d399b8208fa9907f7c9f2f4ac7eda.zip
dejagnu-d45310cd257d399b8208fa9907f7c9f2f4ac7eda.tar.gz
dejagnu-d45310cd257d399b8208fa9907f7c9f2f4ac7eda.tar.bz2
Use consistent behavior for Tcl errors in test scripts
Diffstat (limited to 'testsuite/runtest.main')
-rw-r--r--testsuite/runtest.main/abort.exp9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/runtest.main/abort.exp b/testsuite/runtest.main/abort.exp
index 864f1e0..b352b56 100644
--- a/testsuite/runtest.main/abort.exp
+++ b/testsuite/runtest.main/abort.exp
@@ -48,27 +48,28 @@ set tests {
{ "abort on undefined command"
"abort-undef.exp"
"PASS: running abort-undef.exp.*\
- *UNRESOLVED: .* aborted at call to unknown command.*\
+ *UNRESOLVED: .* aborted.*\
*expected passes\[ \t\]+1\n.*unresolved testcases\[ \t\]+1\n" }
{ "stop at auto-loaded divide-by-zero without --keep_going"
"abort-al-dbz.exp simple.exp"
"PASS: running abort-al-dbz.exp.*\
- *UNRESOLVED: .* aborted at .*\
+ *UNRESOLVED: .* aborted.*\
*expected passes\[ \t\]+1\n.*unresolved testcases\[ \t\]+1\n" }
{ "continue after auto-loaded divide-by-zero with --keep_going"
"--keep_going abort-al-dbz.exp simple.exp"
"PASS: running abort-al-dbz.exp.*\
+ *UNRESOLVED: .* aborted.*\
*PASS: simple test.*\
*expected passes\[ \t\]+2\n" }
{ "stop at abort without --keep_going"
"abort-undef.exp simple.exp"
"PASS: running abort-undef.exp.*\
- *UNRESOLVED: .* aborted at call to unknown command.*\
+ *UNRESOLVED: .* aborted.*\
*expected passes\[ \t\]+1\n.*unresolved testcases\[ \t\]+1\n" }
{ "continue after abort with --keep_going"
"--keep_going abort-undef.exp simple.exp"
"PASS: running abort-undef.exp.*\
- *UNRESOLVED: .* aborted at call to unknown command.*\
+ *UNRESOLVED: .* aborted.*\
*PASS: simple test.*\
*expected passes\[ \t\]+2\n.*unresolved testcases\[ \t\]+1\n" }
}