From 10d86ac32b4b276c6be217f719c424ad9a386c77 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Thu, 1 Jul 1999 15:33:17 +0000 Subject: [PATCH] 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 --- libjava/testsuite/libjava.mauve/mauve.exp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp index 7b3cc9d17c3..98a6fba41ff 100644 --- a/libjava/testsuite/libjava.mauve/mauve.exp +++ b/libjava/testsuite/libjava.mauve/mauve.exp @@ -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