From 7106129baac765c7296ccebf70910a83058ae3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Bertol=C3=ADn?= Date: Fri, 26 Aug 2016 07:57:48 +0000 Subject: External storage was not enabled and content was not deleted before scenarios --- build/integration/run.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/integration/run.sh') diff --git a/build/integration/run.sh b/build/integration/run.sh index 671ca7b9578..69190f7a31d 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -36,6 +36,9 @@ echo $PHPPID_FED export TEST_SERVER_URL="http://localhost:$PORT/ocs/" export TEST_SERVER_FED_URL="http://localhost:$PORT_FED/ocs/" +#Enable external storage app +../../occ app:enable files_external + OUTPUT_CREATE_STORAGE=`../../occ files_external:create local_storage local null::null -c datadir=./build/integration/local_storage` ID_STORAGE=`echo $OUTPUT_CREATE_STORAGE | awk {'print $5'}` @@ -50,6 +53,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 -- cgit v1.2.3