summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-08-06 12:32:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-08-06 14:28:33 +0200
commit85f302fa8c22c8b9addfe3cf126eda196128eea6 (patch)
tree088934a978c6e98f413efeac6f580d8c5430c84b /dev-libs/console_bridge/files
parentdev-ros/costmap_2d: fix deps (diff)
downloadgentoo-85f302fa8c22c8b9addfe3cf126eda196128eea6.tar.gz
gentoo-85f302fa8c22c8b9addfe3cf126eda196128eea6.tar.bz2
gentoo-85f302fa8c22c8b9addfe3cf126eda196128eea6.zip
dev-libs/console_bridge: disable broken test
Closes: https://bugs.gentoo.org/734168 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-libs/console_bridge/files')
-rw-r--r--dev-libs/console_bridge/files/tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/console_bridge/files/tests.patch b/dev-libs/console_bridge/files/tests.patch
new file mode 100644
index 000000000000..0f41a8dd3aa7
--- /dev/null
+++ b/dev-libs/console_bridge/files/tests.patch
@@ -0,0 +1,15 @@
+This test does not make sense since the file is not yet installed.
+
+Index: console_bridge-1.0.1/test/CMakeLists.txt
+===================================================================
+--- console_bridge-1.0.1.orig/test/CMakeLists.txt
++++ console_bridge-1.0.1/test/CMakeLists.txt
+@@ -77,7 +77,7 @@ if(WGET_EXE)
+ "--counting=detailed"
+ "--extensions=cpp,h"
+ "--linelength=100"
+- "--filter=-build/c++11,-runtime/references,-whitespace/braces,-whitespace/indent,-whitespace/parens,-whitespace/semicolon"
++ "--filter=-build/c++11,-runtime/references,-whitespace/braces,-whitespace/indent,-whitespace/parens,-whitespace/semicolon,-build/header_guard"
+ "${PROJECT_SOURCE_DIR}/include/console_bridge/console.h"
+ "${PROJECT_SOURCE_DIR}/src/console.cpp"
+ )