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
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-30 13:03:57 +0300
committerHannah von Reth <vonreth@kde.org>2021-10-01 13:15:57 +0300
commit0070f0ec37c2618c4f60c4a72a2e441ea02a6791 (patch)
tree8c3d0cfffeeeec7378302cf8644720afae129e4c /test/gui/shared
parent50aecdf538cb0ae36d70f07344f3718ef478c800 (diff)
Ci: Better logging in squish test
Diffstat (limited to 'test/gui/shared')
-rw-r--r--test/gui/shared/scripts/helpers/SetupClientHelper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gui/shared/scripts/helpers/SetupClientHelper.py b/test/gui/shared/scripts/helpers/SetupClientHelper.py
index 6547b5b2e..ae3a60341 100644
--- a/test/gui/shared/scripts/helpers/SetupClientHelper.py
+++ b/test/gui/shared/scripts/helpers/SetupClientHelper.py
@@ -48,6 +48,8 @@ def startClient(context):
"owncloud -s"
+ " --logfile "
+ context.userData['clientConfigFile']
+ + " --logdebug"
+ + " --logflush"
+ " --confdir "
+ confdir
)