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:
Anthony Green 1999-07-01 15:33:17 +00:00
parent 611495e21b
commit 10d86ac32b

View File

@ -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