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