Skip to content

Commit

Permalink
Quote ${jacoco.agent} in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 30, 2023
1 parent a2f988d commit eed6e4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion surefire-its/src/test/resources/junit47-parallel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${argLine} ${jacoco.agent}</argLine>
<argLine>${argLine} "${jacoco.agent}"</argLine>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<argLine>${argLine} ${jacoco.agent}</argLine>
<argLine>${argLine} "${jacoco.agent}"</argLine>
<parallel>methods</parallel>
<properties>
<property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<argLine>${argLine} ${jacoco.agent}</argLine>
<argLine>${argLine} "${jacoco.agent}"</argLine>
<parallel>methods</parallel>
<threadCount>10</threadCount>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion surefire-its/src/test/resources/testng-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<argLine>${argLine} ${jacoco.agent}</argLine>
<argLine>${argLine} "${jacoco.agent}"</argLine>
<runOrder>reversealphabetical</runOrder>
<properties>
<property>
Expand Down

0 comments on commit eed6e4d

Please sign in to comment.