aboutsummaryrefslogtreecommitdiff
path: root/lib/dg.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-15 14:10:07 +1100
committerBen Elliston <bje@gnu.org>2016-02-15 14:10:07 +1100
commit03f6140a1775318016c5de0f0e2613139a94bf06 (patch)
treecf489e096731ac6a84ecd45cdb699778975afa6a /lib/dg.exp
parent5913a39435cbb508ece0557bd48a5a6cc2b055b2 (diff)
downloaddejagnu-03f6140a1775318016c5de0f0e2613139a94bf06.zip
dejagnu-03f6140a1775318016c5de0f0e2613139a94bf06.tar.gz
dejagnu-03f6140a1775318016c5de0f0e2613139a94bf06.tar.bz2
* lib/dg.exp (dg-test): Remove comment about proc unresolved not
setting exit_status to 1 -- it does.
Diffstat (limited to 'lib/dg.exp')
-rw-r--r--lib/dg.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dg.exp b/lib/dg.exp
index 3eaccf1..b49b260 100644
--- a/lib/dg.exp
+++ b/lib/dg.exp
@@ -692,7 +692,6 @@ proc dg-test { args } {
}
# ??? The call to unresolved here is necessary to clear `errcnt'.
# What we really need is a proc like perror that doesn't set errcnt.
- # It should also set exit_status to 1.
unresolved "$name: $errmsg for \"$op\""
return
}
@@ -889,7 +888,6 @@ proc dg-test { args } {
perror "$name: error executing dg-final: $errmsg"
# ??? The call to unresolved here is necessary to clear `errcnt'.
# What we really need is a proc like perror that doesn't set errcnt.
- # It should also set exit_status to 1.
unresolved "$name: error executing dg-final: $errmsg"
}
}