Enable test tracking

This commit is contained in:
Joakim Erdfelt 2022-08-04 17:22:43 -05:00
parent 8877f52dd7
commit 97cdd53d78
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
<it.debug>false</it.debug>
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
<jetty.surefire.argLine>-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion -Xmx4g -Xms2g -Xlog:gc:stderr:time,level,tags</jetty.surefire.argLine>
<jetty.testtracker.log>false</jetty.testtracker.log>
<jetty.testtracker.log>true</jetty.testtracker.log>
<jetty.unixdomain.dir>/tmp</jetty.unixdomain.dir>
<!-- if changing this version please update default in MongoTestHelper you will get thanks from Eclipse IDE users -->
<mongo.docker.version>3.2.20</mongo.docker.version>