mauve.exp: Don't stop counting test results just because the harness returns non 0 value.
* libjava.mauve/mauve.exp: Don't stop counting test results just because the harness returns non 0 value. From-SVN: r27882
This commit is contained in:
parent
611495e21b
commit
10d86ac32b
@ -315,10 +315,6 @@ proc test_mauve_sim {} {
|
||||
|
||||
set result [libjava_load [pwd]/DejaGNUTestHarness \
|
||||
"$env(MAUVEDIR) $class" ""]
|
||||
if {[lindex $result 0] != "pass"} then {
|
||||
fail "Execute for $class"
|
||||
continue
|
||||
}
|
||||
|
||||
# Test for an exception thrown in the test harness itself. This
|
||||
# isn't enough to test for all faults in the test harness, but
|
||||
|
Loading…
Reference in New Issue
Block a user