Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-06-02 14:58:06 +0300
committerGitHub <noreply@github.com>2021-06-02 14:58:06 +0300
commitf93b10750942df73a1fbead6cc0837b1c683b141 (patch)
tree46c17ba6b73f14c8197277af300cbc2e4122dca7 /test
parente8ddd54e03617452950b47ff684eee1fa74a0228 (diff)
[test-only]fix CI for GUI test run (#8679)
Diffstat (limited to 'test')
-rw-r--r--test/gui/shared/scripts/helpers/SetupClientHelper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gui/shared/scripts/helpers/SetupClientHelper.py b/test/gui/shared/scripts/helpers/SetupClientHelper.py
index 61639bba8..f882930d0 100644
--- a/test/gui/shared/scripts/helpers/SetupClientHelper.py
+++ b/test/gui/shared/scripts/helpers/SetupClientHelper.py
@@ -39,7 +39,6 @@ def startClient(context):
"owncloud -s"
+ " --logfile "
+ context.userData['clientConfigFile']
- + " --language en_US"
+ " --confdir "
+ confdir
)