]> source.dussan.org Git - nextcloud-server.git/commitdiff
External storage was not enabled and content was not deleted before scenarios
authorSergio Bertolín <sbertolin@solidgear.es>
Fri, 26 Aug 2016 07:57:48 +0000 (07:57 +0000)
committerLukas Reschke <lukas@statuscode.ch>
Wed, 31 Aug 2016 09:41:29 +0000 (11:41 +0200)
Conflicts:
build/integration/features/bootstrap/BasicStructure.php
build/integration/run.sh

build/integration/run.sh

index 705c793c96d9c80e8dee3704e7ef29e01e35132f..cf42ed75e4cd4a2fc51eb5ff932a6f5d4ca4d1d7 100755 (executable)
@@ -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