Skip to content

Commit 3d46150

Browse files
Corrected path to behat (can be enabled when bamboo has correct vhost config for functional tests
1 parent b55c354 commit 3d46150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141

4242
<target name="behat" description="BDD Acceptance tests with Behat">
4343
<!-- First we do it so that we get jUnit XML for bamboo-->
44-
<exec dir="${basedir}" executable="behat">
44+
<exec dir="${basedir}" executable="vendor/bin/behat">
4545
<arg line="-f junit --out ${basedir}/build/logs/tests/" />
4646
</exec>
4747
<!-- Then we run it again, only this time we want output
4848
for in the logs and an exit code so Bamboo can fail the build if necessary -->
49-
<exec dir="${basedir}" executable="behat" failonerror="true" />
49+
<exec dir="${basedir}" executable="vendor/bin/behat" failonerror="true" />
5050

5151
</target>
5252

0 commit comments

Comments
 (0)