From b154c8fa394fd980fea65b5bd29b8cfb12d3f43c Mon Sep 17 00:00:00 2001 From: Sergio Bertolin Date: Tue, 9 Aug 2016 08:24:03 +0000 Subject: Removed extra context added needed option and remove storage after external storage scenarios --- build/integration/run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/integration/run.sh') diff --git a/build/integration/run.sh b/build/integration/run.sh index 3a5bb1153d8..be2e7684dc6 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -42,6 +42,8 @@ OUTPUT_CREATE_STORAGE=`sudo -u $APACHE_USER ../../occ files_external:create loca ID_STORAGE=`echo $OUTPUT_CREATE_STORAGE | awk {'print $5'}` +sudo -u $APACHE_USER ../../occ files_external:option $ID_STORAGE enable_sharing true + vendor/bin/behat -f junit -f pretty $SCENARIO_TO_RUN RESULT=$? -- cgit v1.2.3