jacks.exp (gcj_jacks_run): Just ignore errors from jacks.

* libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
	from jacks.

From-SVN: r70157
This commit is contained in:
Tom Tromey
2003-08-04 22:07:06 +00:00
committed by Tom Tromey
parent 66fe55d120
commit 2901980332
2 changed files with 9 additions and 7 deletions
+4 -7
View File
@@ -89,14 +89,11 @@ proc gcj_jacks_run {} {
gcj_jacks_write gcj_setup
verbose "Running Jacks..."
if {[catch {exec ./jacks gcj} msg]} {
verbose "jacks invocation failure: $msg"
fail "running jacks"
} else {
pass "running jacks"
# Just ignore error exits from the jacks program.
# It will always error exit for us, since don't completely pass.
catch {exec ./jacks gcj} msg
gcj_jacks_parse logging/gcj.log
}
gcj_jacks_parse logging/gcj.log
cd $here
}