Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sysadmin
CI Tooling
Commits
101e0cfc
Commit
101e0cfc
authored
Jan 13, 2020
by
David Faure
Committed by
Ben Cooksley
Jan 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable debug output from the Qt font database.
Differential Revision:
https://phabricator.kde.org/D26610
parent
a193f956
Pipeline
#13181
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
helpers/run-tests.py
helpers/run-tests.py
+2
-1
No files found.
helpers/run-tests.py
View file @
101e0cfc
...
@@ -87,7 +87,8 @@ if sys.platform =='linux' and buildSpecification['force-inject-asan']:
...
@@ -87,7 +87,8 @@ if sys.platform =='linux' and buildSpecification['force-inject-asan']:
buildEnvironment
[
'LD_PRELOAD'
]
=
CommonUtils
.
firstPresentFileInPaths
(
knownAsanLocations
,
knownAsanNames
)
buildEnvironment
[
'LD_PRELOAD'
]
=
CommonUtils
.
firstPresentFileInPaths
(
knownAsanLocations
,
knownAsanNames
)
# We want Qt to be noisy about debug output to make debugging tests easier
# We want Qt to be noisy about debug output to make debugging tests easier
buildEnvironment
[
'QT_LOGGING_RULES'
]
=
"*.debug=true"
# Some stuff is so verbose it hits the testlib maxwarnings limits though
buildEnvironment
[
'QT_LOGGING_RULES'
]
=
"*.debug=true;qt.text.font.db=false"
# We want to force Qt to print to stderr, even on Windows
# We want to force Qt to print to stderr, even on Windows
buildEnvironment
[
'QT_LOGGING_TO_CONSOLE'
]
=
'1'
buildEnvironment
[
'QT_LOGGING_TO_CONSOLE'
]
=
'1'
buildEnvironment
[
'QT_FORCE_STDERR_LOGGING'
]
=
'1'
buildEnvironment
[
'QT_FORCE_STDERR_LOGGING'
]
=
'1'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment