We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca2ad3 commit 51c37abCopy full SHA for 51c37ab
1 file changed
tests/integration/run.sh
@@ -33,7 +33,7 @@ echo $PHPPID
33
34
export TEST_SERVER_URL="http://localhost:$PORT/ocs/"
35
36
-vendor/bin/behat --colors --suite=test $SCENARIO_TO_RUN
+${OC_PATH}vendor-bin/behat/vendor/bin/behat --colors --suite=test $SCENARIO_TO_RUN
37
RESULT=$?
38
39
kill -9 $PHPPID
0 commit comments