Commit 29019803 by Tom Tromey Committed by Tom Tromey

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
parent 66fe55d1
2003-08-04 Tom Tromey <tromey@redhat.com>
* libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
from jacks.
2003-07-24 Tom Tromey <tromey@redhat.com>
For PR libgcj/7482:
......
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment