Commit c05fb06e by Anthony Green Committed by Anthony Green

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

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

From-SVN: r27890
parent 4fc90438
Thu Jul 1 15:36:13 1999 Anthony Green <green@cygnus.com>
Thu Jul 1 16:22:19 1999 Anthony Green <green@cygnus.com>
* libjava.mauve/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
prematurely.
1999-06-25 Tom Tromey <tromey@cygnus.com>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment