diff -Nru indicator-sound-12.10.2+17.04.20170328/debian/changelog indicator-sound-12.10.2+17.04.20170328.1/debian/changelog --- indicator-sound-12.10.2+17.04.20170328/debian/changelog 2017-03-28 15:06:17.000000000 +0000 +++ indicator-sound-12.10.2+17.04.20170328.1/debian/changelog 2017-03-28 15:06:18.000000000 +0000 @@ -1,9 +1,9 @@ -indicator-sound (12.10.2+17.04.20170328-0ubuntu1) zesty; urgency=medium +indicator-sound (12.10.2+17.04.20170328.1-0ubuntu1) zesty; urgency=medium * Disable integration tests when running under jenkins environment for now. - -- Rodney Dawes Tue, 28 Mar 2017 14:35:18 +0000 + -- Rodney Dawes Tue, 28 Mar 2017 15:04:32 +0000 indicator-sound (12.10.2+17.04.20170208-0ubuntu1) zesty; urgency=medium diff -Nru indicator-sound-12.10.2+17.04.20170328/tests/integration/CMakeLists.txt indicator-sound-12.10.2+17.04.20170328.1/tests/integration/CMakeLists.txt --- indicator-sound-12.10.2+17.04.20170328/tests/integration/CMakeLists.txt 2017-03-28 14:34:37.000000000 +0000 +++ indicator-sound-12.10.2+17.04.20170328.1/tests/integration/CMakeLists.txt 2017-03-28 15:04:04.000000000 +0000 @@ -74,6 +74,13 @@ 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