File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ DEFAULT_JAVADIFFUTILS_LICENSE_CHECKSUM=7df059597099bb7dcf25d2a9aedfaf4465f72d8d
4848
4949# for testing
5050# JUnit 5 = JUnit Platform 1.y.z + JUnit Jupiter 5.y.z + JUnit Vintage 5.y.z
51- DEFAULT_JUNIT_VERSION=1.9.2
52- DEFAULT_JUNIT_JAR_CHECKSUM=bb856bc86a6e6cd48080546afcaf7a210713ea21
51+ DEFAULT_JUNIT_VERSION=1.13.4
52+ DEFAULT_JUNIT_JAR_CHECKSUM=62734191af1bfc78ee17181ca38b94dbb5eb7737
5353DEFAULT_JUNIT_LICENSE_FILE=LICENSE-junit.txt
Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ $(BUILDTESTDIR)/JUnitTests.ok: \
4444 $(JAVA) \
4545 $(JUnitTest.add-exports) \
4646 -jar $(JUNIT_JAR) \
47- -classpath $(JUnitTest.classpath) \
47+ execute \
48+ --class-path $(JUnitTest.classpath) \
4849 --reports-dir=$(@:%.ok=%/report) \
4950 --select-package=apitest \
50- 2>&1 | tee $(@:%.ok=%/log)
51+ --fail-if-no-tests \
52+ 2>&1 | tee $(@:%.ok=%/log)
5153 echo $@ passed at `date` > $@
5254
5355$(BUILDTESTDIR)/JUnitTests.classes.ok: \
You can’t perform that action at this time.
0 commit comments