diff options
| author | Mike Crute <mike@crute.us> | 2020-05-05 20:31:57 +0000 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-07 17:43:51 +0000 |
| commit | 31f6e01f1cd58a5fa5482d9cfbe3b28e2586ffce (patch) | |
| tree | 431e86d003b0ea3e04d810b386e37a0155437c4b /testing/gerbera/disable-git-test.patch | |
| parent | ad9911e764d16a482113951939af43e7122baa87 (diff) | |
| download | aports-31f6e01f1cd58a5fa5482d9cfbe3b28e2586ffce.tar.bz2 aports-31f6e01f1cd58a5fa5482d9cfbe3b28e2586ffce.tar.xz | |
testing/gerbera: new aport
Diffstat (limited to 'testing/gerbera/disable-git-test.patch')
| -rw-r--r-- | testing/gerbera/disable-git-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gerbera/disable-git-test.patch b/testing/gerbera/disable-git-test.patch new file mode 100644 index 0000000000..3a2bc2f424 --- /dev/null +++ b/testing/gerbera/disable-git-test.patch @@ -0,0 +1,11 @@ +--- a/test/test_server/test_main.cc.orig ++++ b/test/test_server/test_main.cc +@@ -48,7 +48,7 @@ + ASSERT_THAT(output.c_str(), HasSubstr(expectedOutput.c_str())); + } + +-TEST_F(ServerTest, ServerOutputsCompileInformationIncludingGit) { ++TEST_F(ServerTest, DISABLED_ServerOutputsCompileInformationIncludingGit) { + std::stringstream ss; + ss << CMAKE_BINARY_DIR << DIR_SEPARATOR << "gerbera --compile-info 2>&1"; + std::string cmd = ss.str(); |
