mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-29 15:29:52 -05:00
Remove TEST_OCIS env
This commit is contained in:
@@ -5,8 +5,6 @@ services:
|
||||
command: /bin/bash /test/run-tests.sh
|
||||
environment:
|
||||
OCIS_ROOT: /drone/src
|
||||
TEST_OCIS: "true"
|
||||
RUN_ON_OCIS: "true"
|
||||
TEST_SERVER_URL: https://ocis-server:9200
|
||||
TEST_WITH_GRAPH_API: "true"
|
||||
OCIS_WRAPPER_URL: http://ocis-server:5200
|
||||
|
||||
@@ -529,14 +529,6 @@ export IPV4_URL
|
||||
export IPV6_URL
|
||||
export FILES_FOR_UPLOAD="${SCRIPT_PATH}/filesForUpload/"
|
||||
|
||||
if [ "${TEST_OCIS}" != "true" ] && [ "${TEST_REVA}" != "true" ]
|
||||
then
|
||||
# We are testing on an ownCloud core server.
|
||||
# Tell the tests to wait 1 second between each upload/delete action
|
||||
# to avoid problems with actions that depend on timestamps in seconds.
|
||||
export UPLOAD_DELETE_WAIT_TIME=1
|
||||
fi
|
||||
|
||||
TEST_LOG_FILE=$(mktemp)
|
||||
SCENARIOS_THAT_PASSED=0
|
||||
SCENARIOS_THAT_FAILED=0
|
||||
|
||||
Reference in New Issue
Block a user