From 6c71f830ff40af2fd8adba40293a7e656f6a3aab Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 15 Oct 2020 13:31:05 +0545 Subject: [PATCH] use new default reva data folder --- docs/ocis/development/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index 7252130cb3..89e9d6b210 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -45,7 +45,7 @@ Then run the api acceptance tests with the following command: make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \ TEST_OCIS=true \ -OCIS_REVA_DATA_ROOT=/var/tmp/reva/ \ +OCIS_REVA_DATA_ROOT=/var/tmp/ocis/owncloud/ \ SKELETON_DIR=apps/testing/data/apiSkeleton \ BEHAT_FILTER_TAGS='~@notToImplementOnOCIS&&~@toImplementOnOCIS' ``` @@ -88,7 +88,7 @@ If you want to work on a specific issue make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \ TEST_OCIS=true \ - OCIS_REVA_DATA_ROOT=/var/tmp/reva/ \ + OCIS_REVA_DATA_ROOT=/var/tmp/ocis/owncloud/ \ BEHAT_FEATURE='tests/acceptance/features/apiComments/comments.feature:123' ```