Skip to content

Commit

Permalink
Add verbosity to phing to help understand failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Dec 19, 2015
1 parent de1224d commit 3b86214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</target>

<target name="launch">
<exec command="scripts/jenkinslaunch.sh" checkreturn="true" />
<exec command="scripts/jenkinslaunch.sh" checkreturn="true" passthru="true"/>
</target>

</project>

0 comments on commit 3b86214

Please sign in to comment.