Skip to content

Commit

Permalink
KNL-1448 Fix failing tests on Windows. (sakaiproject#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckett authored Jul 28, 2016
1 parent cf6983e commit 4750e4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2027,8 +2027,9 @@
<!--suppress MavenModelInspection -->
<test.sakai.home>${test.sakai.home}</test.sakai.home>
</systemPropertyVariables>
<!-- This is to stop it stealing focus on developer machines (OSX) -->
<argLine>-Djava.awt.headless=true</argLine>
<!-- headless is to stop it stealing focus on developer machines (OSX) -->
<!-- file.encoding is for windows which was failing tests under maven without this -->
<argLine>-Djava.awt.headless=true -Dfile.encoding=${project.build.sourceEncoding}</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4750e4d

Please sign in to comment.