aboutsummaryrefslogtreecommitdiff
path: root/lib/dejagnu.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
committerBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
commit22b23d35df2026d61cd1fdbd322e13f03d5e09da (patch)
treecadca88120f9f904981c2670c25daa2a6d6ec7a5 /lib/dejagnu.exp
parentd8222ca8b95f85467601faf692ec5e391e407e1d (diff)
downloaddejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.zip
dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.gz
dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.bz2
Re-indent with Emacs' tcl-mode.
Diffstat (limited to 'lib/dejagnu.exp')
-rwxr-xr-xlib/dejagnu.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp
index 1224f36..4f79f70 100755
--- a/lib/dejagnu.exp
+++ b/lib/dejagnu.exp
@@ -177,9 +177,9 @@ proc host_execute {args} {
verbose "All done" 2
}
eof {
-# unresolved "${executable} died prematurely"
-# catch close
-# return "${executable} died prematurely"
+ # unresolved "${executable} died prematurely"
+ # catch close
+ # return "${executable} died prematurely"
}
timeout {
warning "Timed out executing test case"
@@ -187,7 +187,7 @@ proc host_execute {args} {
incr timetol
exp_continue
} else {
-- catch close
+ - catch close
return "Timed out executing test case"
}
}