From b530bfda995185fa3e6496e334986ea9eae6c8a9 Mon Sep 17 00:00:00 2001 From: Parajuli Kiran Date: Wed, 5 May 2021 14:26:55 +0545 Subject: [PATCH] removed DELETE_USER_DATA_CMD env from api tests running scripts --- docs/ocis/development/testing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index 01c1fa2eb..205befe1c 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -118,7 +118,6 @@ make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \ TEST_OCIS=true \ 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' ``` @@ -158,7 +157,6 @@ If you want to work on a specific issue make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \ TEST_OCIS=true \ - 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' ```