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:
authorTalank <talank@gces.edu.np>2022-02-14 13:21:24 +0300
committerGitHub <noreply@github.com>2022-02-14 13:21:24 +0300
commit9087b9fa190cdfcab584e007ee44b4b107b1925e (patch)
tree5d80a4ab8da3badb13549fa9d4f3bb0ea79e7a13 /.drone.star
parent921f99da327dbba57a4732ad8bf39838cbd39ec1 (diff)
[Tests-Only]Enabled http log on GUI tests (#9443)
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.star b/.drone.star
index 29f705515..2c008f7c8 100644
--- a/.drone.star
+++ b/.drone.star
@@ -188,7 +188,7 @@ def build_and_test_client(ctx, c_compiler, cxx_compiler, build_type, generator,
def gui_tests(ctx, trigger = {}, depends_on = [], filterTags = [], version = "daily-master-qa"):
pipeline_name = "GUI-tests"
build_dir = "build-" + pipeline_name
- squish_parameters = "--retry 1 --reportgen stdout --reportgen json,/drone/src/test/guiTestReport --tags ~@skip"
+ squish_parameters = "--retry 1 --reportgen stdout --reportgen json,/drone/src/test/guiTestReport --envvar QT_LOGGING_RULES=sync.httplogger=true;gui.socketapi=false --tags ~@skip"
if (len(filterTags) > 0):
for tags in filterTags: