Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only use one harness; not 3.
(Previously, failures in the first harness would be hidden)
  • Loading branch information
coke committed Oct 23, 2015
1 parent ca1cf74 commit f16b146
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/build/Makefile-JVM.in
Expand Up @@ -349,9 +349,7 @@ j-test : j-coretest
j-fulltest: j-coretest j-stresstest

j-coretest: j-all
$(J_HARNESS) t/01-sanity
$(J_HARNESS) t/03-jvm
$(J_HARNESS) t/04-nativecall
$(J_HARNESS) t/01-sanity t/03-jvm t/04-nativecall

# Run the spectests that we know work.
j-spectest: j-testable t/spectest.data
Expand Down

0 comments on commit f16b146

Please sign in to comment.