Browse Source

Remove commented out lines in host_execute.

psql
Ben Elliston 7 years ago
parent
commit
115a81dab7
  1. 3
      lib/dejagnu.exp

3
lib/dejagnu.exp

@ -177,9 +177,6 @@ proc host_execute {args} {
verbose "All done" 2
}
eof {
# unresolved "${executable} died prematurely"
# catch close
# return "${executable} died prematurely"
}
timeout {
warning "Timed out executing test case"

Loading…
Cancel
Save