aboutsummaryrefslogtreecommitdiff
path: root/lib/remote.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remote.exp')
-rw-r--r--lib/remote.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/remote.exp b/lib/remote.exp
index 8fc011e..8864a7c 100644
--- a/lib/remote.exp
+++ b/lib/remote.exp
@@ -1143,9 +1143,9 @@ proc check_for_board_status { variable } {
# crashed, regardless of status found elsewhere (e.g. simulator exit
# code).
if { [target_info needs_status_wrapper] != "" } then {
- set nomatch_return 2
+ set nomatch_return 2
} else {
- set nomatch_return -1
+ set nomatch_return -1
}
if [regexp "(^|\[\r\n\])\\*\\*\\* EXIT code" $output] {