Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added enabling of testing app in the setup. #71

Merged
merged 1 commit into from
Jun 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $OCC config:system:set skeletondirectory --value="$(pwd)/$OC_PATH""$CORE_INT_TES
#Enable needed app
$OCC app:enable files_external
$OCC app:enable customgroups
$OCC app:enable testing

vendor/bin/behat --strict -f junit -f pretty $SCENARIO_TO_RUN
RESULT=$?
Expand All @@ -43,6 +44,7 @@ kill $PHPPID
#Disable apps
$OCC app:disable files_external
$OCC app:disable customgroups
$OCC app:enable testing

if [ -z $HIDE_OC_LOGS ]; then
tail "${OC_PATH}/data/owncloud.log"
Expand Down