Skip to content

Commit 297f9e9

Browse files
committed
Merge pull request #1362 from cristiangarciascmspain/fix-OSX-Pom-TestNG
Add StartAttachListener that fixes #1330
2 parents 42b7162 + 503ffd0 commit 297f9e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<version>${surefire-version}</version>
7575
<configuration>
7676
<testNGArtifactName>none:none</testNGArtifactName>
77+
<argLine>-XX:+StartAttachListener</argLine>
7778
</configuration>
7879
<executions>
7980
<execution>

0 commit comments

Comments
 (0)