Skip to content

Commit

Permalink
Switched pack to default slimerjs path to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Apr 9, 2017
1 parent 215be2b commit d5d6122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -300,14 +300,14 @@
<environmentVariables>
<LANG>en_US.UTF-8</LANG>
<LC_ALL>en_US.UTF-8</LC_ALL>
<SLIMERJSLAUNCHER>/Applications/Firefox 38.app/Contents/MacOS/firefox</SLIMERJSLAUNCHER>
<SLIMERJSLAUNCHER>${project.build.directory}/dependency/firefox/firefox</SLIMERJSLAUNCHER>
</environmentVariables>
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath/>
<!-- For PhantomJS: -->
<!-- <argument>-Dphantomjs.binary=/Users/moz/bin/phantomjs</argument> -->
<!-- <argument>-Dphantomjs.binary=${phantomjs.binary}</argument> -->
<!-- For SlimerJS instead: -->
<argument>-Dphantomjs.binary=${project.build.directory}/dependency/slimerjs-0.10.1/slimerjs</argument>
<argument>-Dfaust.diplo.allowedFailures=${faust.diplo.allowedFailures}</argument>
Expand Down

0 comments on commit d5d6122

Please sign in to comment.