Skip to content

Commit

Permalink
Merge pull request #735 from owncloud/fixDocsDefaultStorageDriver
Browse files Browse the repository at this point in the history
[docs-only] fix documentation because OCIS is now the default storage
  • Loading branch information
phil-davis authored Oct 23, 2020
2 parents 2255eed + 0a5bcea commit f854107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 150 deletions.
148 changes: 0 additions & 148 deletions docs/extensions/storage/testing.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/ocis/development/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ 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/ocis/owncloud/ \
SKELETON_DIR=apps/testing/data/apiSkeleton \
DELETE_USER_DATA_CMD='rm -rf /var/tmp/ocis/storage/users/nodes/root/* /var/tmp/ocis/storage/users/nodes/*-*-*-*' \
BEHAT_FILTER_TAGS='~@notToImplementOnOCIS&&~@toImplementOnOCIS'
```

Expand Down Expand Up @@ -89,7 +89,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/ocis/owncloud/ \
DELETE_USER_DATA_CMD='rm -rf /var/tmp/ocis/storage/users/nodes/root/* /var/tmp/ocis/storage/users/nodes/*-*-*-*' \
BEHAT_FEATURE='tests/acceptance/features/apiComments/comments.feature:123'
```

Expand Down

0 comments on commit f854107

Please sign in to comment.