mauve.exp: Don't stop counting test results prematurely.

* libjava.mauve/mauve.exp: Don't stop counting test results
        prematurely.

From-SVN: r27890
This commit is contained in:
Anthony Green 1999-07-01 16:32:32 +00:00 committed by Anthony Green
parent 4fc90438e5
commit c05fb06e32
2 changed files with 3 additions and 7 deletions

View file

@ -152,10 +152,6 @@ proc test_mauve {} {
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