Skip to content

Commit 1da0b7c

Browse files
committed
[refactor] Hide the Journal Recovery progress bars when running the test suite so as not to pollute the output
1 parent 9356ee2 commit 1da0b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
10971097
</dependency>
10981098
</dependencies>
10991099
<configuration>
1100-
<argLine>@{jacocoArgLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine>
1100+
<argLine>@{jacocoArgLine} -Dfile.encoding=${project.build.sourceEncoding} -Dexist.recovery.progressbar.hide=true</argLine>
11011101
<systemPropertyVariables>
11021102
<jetty.home>${project.basedir}/../exist-jetty-config/target/classes/org/exist/jetty</jetty.home>
11031103
<exist.configurationFile>${project.build.testOutputDirectory}/conf.xml</exist.configurationFile>

0 commit comments

Comments
 (0)