Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Switched behat-sauce back to not failing when tests fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
danquah committed Apr 16, 2013
1 parent 266a936 commit 04b7718
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -696,9 +696,8 @@ Consequently `coder-review-d6/7` and not `phpcs` is used for the main targets.
</replacetokens>
</filterchain>
</copy>
<exec command="behat ${project.featuresdir} -c ${project.configdir}/sauce.yml -f junit --out ${project.testdir} --tags '~@wip' "
passthru="true"
checkreturn="true" />
<exec command="behat ${project.featuresdir} -c ${project.configdir}/sauce.yml -f junit --out ${project.testdir}"
passthru="true" />
</target>

<!-- ### Run simpletests
Expand Down Expand Up @@ -932,7 +931,7 @@ called from `init` target. -->
<property name="project.featuresdir"
value="${project.behatdir}/features" />
<property name="project.configdir"
value="${project.behatdir}/config" />
value="${project.behatdir}/config" />
</target>

<!-- ### Drush Make
Expand Down

0 comments on commit 04b7718

Please sign in to comment.