From e23a233e5506658ffd9e72641d01cc95a338ff3c Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Wed, 16 Dec 2020 17:29:50 +0545 Subject: [PATCH] tests need to be executed from the oc10 repo --- docs/ocis/development/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index 31ed55c156..c8c72113a1 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -112,7 +112,7 @@ In the ownCloud 10 core clone the testing app with the following command: git clone https://github.com/owncloud/testing apps/testing ``` -Then run the api acceptance tests with the following command from the root of the oCIS repository: +Then run the api acceptance tests with the following command from the root of the ownCloud 10 core repository: ``` make test-acceptance-api \ TEST_SERVER_URL=https://localhost:9200 \