Skip to content

Commit

Permalink
JDO-830: Migrate JUnit tests in tck to version 5
Browse files Browse the repository at this point in the history
Disable colors in junit result files (-junit.txt).
  • Loading branch information
mboapache committed Nov 21, 2023
1 parent 36d08ff commit ffe5c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exectck/src/main/java/org/apache/jdo/exectck/RunTCK.java
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ private int executeTestClass(
}
command.add(testRunnerClass);
command.add("--disable-banner");
command.add("--disable-ansi-colors");
command.add("--details=" + testRunnerDetails);
// add Test classes
for (String testClass : classesList) {
Expand Down

0 comments on commit ffe5c2b

Please sign in to comment.