Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSergio Bertolín <sbertolin@solidgear.es>2016-08-26 10:57:48 +0300
committerSergio Bertolín <sbertolin@solidgear.es>2016-08-30 17:56:45 +0300
commitd4d3e3b1289a5dab8ec01de94972e210b9537bcf (patch)
tree53b1a10b7aee2a3789233d66808a3a0a02cbf04e /build
parent12b28f8b86873dcd715b51066385a3b21d838cbb (diff)
External storage was not enabled and content was not deleted before scenarios
Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh
Diffstat (limited to 'build')
-rwxr-xr-xbuild/integration/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh
index fa3bafea468..ec3b1bfd63c 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -42,6 +42,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/owncloud.log"
fi