From a95d75813ce6761289a62f69178b13fcca80e62b Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Fri, 11 Apr 2025 14:39:26 +0200 Subject: [PATCH] update test doc --- tests/README.md | 4 ++-- tests/acceptance/run_api_tests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index 6c77bc6e07..58ebd98e59 100644 --- a/tests/README.md +++ b/tests/README.md @@ -466,7 +466,7 @@ ANTIVIRUS_SCANNER_TYPE="clamav" \ ANTIVIRUS_CLAMAV_SOCKET="tcp://host.docker.internal:3310" \ POSTPROCESSING_STEPS="virusscan" \ OC_ASYNC_UPLOADS=true \ -OC_ADD_RUN_SERVICES="antivirus" +OC_ADD_RUN_SERVICES="antivirus" \ opencloud/bin/opencloud server ``` @@ -576,7 +576,7 @@ make -C opencloud dev-docker ``` ### Choose STORAGE_DRIVER -By default, the system uses `decomposed` storage. However, you can override this by setting the `STORAGE_DRIVER` environment variable. +By default, the system uses `posix` storage. However, you can override this by setting the `STORAGE_DRIVER` environment variable. ### Run a script that starts the openCloud server in the docker and runs the API tests locally (for debugging purposes) diff --git a/tests/acceptance/run_api_tests.sh b/tests/acceptance/run_api_tests.sh index 091844b8ab..f56b42944e 100755 --- a/tests/acceptance/run_api_tests.sh +++ b/tests/acceptance/run_api_tests.sh @@ -4,7 +4,7 @@ export LOCAL_TEST=true export START_EMAIL=true export WITH_WRAPPER=true -export STORAGE_DRIVER=${STORAGE_DRIVER:-decomposed} +export STORAGE_DRIVER=${STORAGE_DRIVER:-posix} export TEST_ROOT_PATH="/drone/src/tests" # LOCAL TEST WITHOUT EXTRA ENVS