diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-01 16:32:32 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-01 16:32:32 +0000 |
commit | 2683f2ec6b530232112f56697463b029b1f7a8c9 (patch) | |
tree | cfebf8ffd4b3fe8df9699d18d63da5df8fe97fdc /libjava/testsuite/libjava.mauve | |
parent | a200dcc2de5e1a6a70d5fcec8b513e0886481ead (diff) | |
download | gcc-2683f2ec6b530232112f56697463b029b1f7a8c9.tar.gz |
* libjava.mauve/mauve.exp: Don't stop counting test results
prematurely.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27890 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.mauve')
-rw-r--r-- | libjava/testsuite/libjava.mauve/mauve.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp index 98a6fba41ff..0b49bb872aa 100644 --- a/libjava/testsuite/libjava.mauve/mauve.exp +++ b/libjava/testsuite/libjava.mauve/mauve.exp @@ -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 |