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:
parent
66fe55d120
commit
2901980332
@ -1,3 +1,8 @@
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user