External storage was not enabled and content was not deleted before scenarios

Conflicts:
	build/integration/features/bootstrap/BasicStructure.php
	build/integration/run.sh
This commit is contained in:
Sergio Bertolín 2016-08-26 07:57:48 +00:00 committed by Lukas Reschke
parent 0ec695e2d7
commit 8293735108
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ kill $PHPPID_FED
../../occ files_external:delete -y $ID_STORAGE
#Disable external storage app
../../occ app:disable files_external
if [ -z $HIDE_OC_LOGS ]; then
tail "../../data/nextcloud.log"
fi