Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
03d89137
Commit
03d89137
authored
Aug 29, 2022
by
Christoph Cullmann
🍨
Browse files
disable dbus test atm for qt6
there is a messagebox that doesn't close on konsole exit
parent
fb90852a
Pipeline
#224930
passed with stage
in 3 minutes and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/autotests/CMakeLists.txt
View file @
03d89137
...
...
@@ -4,6 +4,8 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
set
(
KONSOLE_TEST_LIBS Qt::Test konsoleprivate
)
# ATM issue with non-termination due to message dialog
if
(
QT_MAJOR_VERSION EQUAL
"5"
)
if
(
"$ENV{USER}"
STREQUAL
"jenkins"
)
message
(
STATUS
"We are running in jenkins; skipping DBusTest..."
)
else
()
...
...
@@ -18,6 +20,7 @@ else()
ecm_add_test
(
DBusTest.cpp LINK_LIBRARIES
${
KONSOLE_TEST_LIBS
}
Qt::DBus
)
endif
()
endif
()
endif
()
# Temporary bypass for BKO 432379
if
(
BUILD_SHARED_LIBS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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