From 6bfcb0757a60cd9fb75d689c632c1279bbf32d75 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 28 Mar 2017 10:52:39 -0400 Subject: Add comment explaining pulseaudio startup issue. --- tests/integration/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/integration') diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index 0595584..0f4a53c 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -74,6 +74,13 @@ 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 -- cgit v1.2.3