aboutsummaryrefslogtreecommitdiff
path: root/community/gerbera/disable-git-test.patch
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-01 02:32:40 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-06-05 04:51:39 +0000
commit45a1c6be6a90c1897c4e0ba370ace940bf77206a (patch)
tree338e88f5333bd0a526edec5a96d01f4c4421a84d /community/gerbera/disable-git-test.patch
parent015572990bed49aaa07fcdb2f4b3ae56774a12da (diff)
downloadalpine_aports-45a1c6be6a90c1897c4e0ba370ace940bf77206a.tar.bz2
alpine_aports-45a1c6be6a90c1897c4e0ba370ace940bf77206a.tar.xz
alpine_aports-45a1c6be6a90c1897c4e0ba370ace940bf77206a.zip
community/gerbera: move from testing
Diffstat (limited to 'community/gerbera/disable-git-test.patch')
-rw-r--r--community/gerbera/disable-git-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gerbera/disable-git-test.patch b/community/gerbera/disable-git-test.patch
new file mode 100644
index 0000000000..3a2bc2f424
--- /dev/null
+++ b/community/gerbera/disable-git-test.patch
@@ -0,0 +1,11 @@
1--- a/test/test_server/test_main.cc.orig
2+++ b/test/test_server/test_main.cc
3@@ -48,7 +48,7 @@
4 ASSERT_THAT(output.c_str(), HasSubstr(expectedOutput.c_str()));
5 }
6
7-TEST_F(ServerTest, ServerOutputsCompileInformationIncludingGit) {
8+TEST_F(ServerTest, DISABLED_ServerOutputsCompileInformationIncludingGit) {
9 std::stringstream ss;
10 ss << CMAKE_BINARY_DIR << DIR_SEPARATOR << "gerbera --compile-info 2>&1";
11 std::string cmd = ss.str();