diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-12 07:21:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-12 07:21:06 +0200 |
commit | 785f555bb27046c1e33a7cd2e5aed04c59f3e13a (patch) | |
tree | 2882d5f497594c20e7cfd972dba45a241a0615b6 /tests/integration/CMakeLists.txt | |
parent | 8927dc74777270afd74f8227283cbaf79d110488 (diff) | |
parent | 81e181c07147a124a39f797416c2e02076d30ef1 (diff) | |
download | ayatana-indicator-sound-785f555bb27046c1e33a7cd2e5aed04c59f3e13a.tar.gz ayatana-indicator-sound-785f555bb27046c1e33a7cd2e5aed04c59f3e13a.tar.bz2 ayatana-indicator-sound-785f555bb27046c1e33a7cd2e5aed04c59f3e13a.zip |
Merge branch 'tari01-pr/ubports-patches'
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/26
Diffstat (limited to 'tests/integration/CMakeLists.txt')
-rw-r--r-- | tests/integration/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 74b9c23..e803a87 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -87,19 +87,6 @@ target_link_libraries( gmenuharness-shared ) -#### -## When building under jenkins, pulseuadio fails to start as there is no -## /run/user tree, HOME directory is missing, and similar issues. So here -## we check that we are the jenkins user, and avoid the integration tests, -## until such time in future when we can run these tests in some different -## manner to avoid needing to run pulseaudio in this way. -#### -execute_process( - COMMAND whoami - OUTPUT_VARIABLE TESTS_USER - OUTPUT_STRIP_TRAILING_WHITESPACE -) - add_test( integration-tests integration-tests |