aboutsummaryrefslogtreecommitdiff
path: root/lib/dejagnu.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dejagnu.exp')
-rw-r--r--lib/dejagnu.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index 2489cc1..24b3c5f 100644
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -140,6 +140,7 @@ proc host_execute {args} {
XFAILED { xfail $output }
UNTESTED { untested $output }
UNRESOLVED { unresolved $output }
+ UNSUPPORTED { unsupported $output }
END {
expect -re {.+} { exp_continue }
verbose "All done" 2