Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-38696] - Use Unix path delimiters to specify the File Leak D…
…etector path
  • Loading branch information
oleg-nenashev committed Aug 4, 2017
1 parent 1f17a7f commit 6bbb6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -582,7 +582,7 @@ THE SOFTWARE.
<profile>
<id>surefire-with-fileleak-detector</id>
<properties>
<maven-surefire-plugin.agent>-javaagent:${project.build.directory}\agents\file-leak-detector.jar=http=20000</maven-surefire-plugin.agent>
<maven-surefire-plugin.agent>-javaagent:${project.build.directory}/agents/file-leak-detector.jar=http=20000</maven-surefire-plugin.agent>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 6bbb6d5

Please sign in to comment.