From: Robin Appelman Date: Thu, 30 Mar 2017 15:16:59 +0000 (+0200) Subject: fix setup of external storage integration tests X-Git-Tag: v12.0.0beta1~246^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7d4c4224d109331fe10c147ac72fc3b0a3aaee32;p=nextcloud-server.git fix setup of external storage integration tests Signed-off-by: Robin Appelman --- diff --git a/build/integration/run.sh b/build/integration/run.sh index 282a4303395..45c2bcdaf2b 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -44,7 +44,7 @@ if [ "$INSTALLED" == "true" ]; then $OCC app:enable files_external mkdir -p work/local_storage - OUTPUT_CREATE_STORAGE=`$OCC files_external:create local_storage local null::null -c datadir=./build/integration/work/local_storage` + OUTPUT_CREATE_STORAGE=`$OCC files_external:create local_storage local null::null -c datadir=$PWD/work/local_storage` ID_STORAGE=`echo $OUTPUT_CREATE_STORAGE | tr ' ' '\n' | tail -n1`