]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix setup of external storage integration tests 4140/head
authorRobin Appelman <robin@icewind.nl>
Thu, 30 Mar 2017 15:16:59 +0000 (17:16 +0200)
committerRobin Appelman <robin@icewind.nl>
Thu, 30 Mar 2017 15:16:59 +0000 (17:16 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
build/integration/run.sh

index 282a43033955251a613f0a045f749883550ddabb..45c2bcdaf2b3c6fe52240b55eb0f959291b56aae 100755 (executable)
@@ -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`