commit: 7b68865a81632923e3b1b7bf8020f6ba4b02658f Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de> AuthorDate: Sun Apr 14 14:44:23 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun Apr 14 14:44:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b68865a
dev-embedded/rauc: Disable event log test Disable event log test as well. Closes: https://bugs.gentoo.org/924685 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de> dev-embedded/rauc/files/rauc-1.11.1-tests.patch | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-embedded/rauc/files/rauc-1.11.1-tests.patch b/dev-embedded/rauc/files/rauc-1.11.1-tests.patch index b2faf59ca3..f57aa1725e 100644 --- a/dev-embedded/rauc/files/rauc-1.11.1-tests.patch +++ b/dev-embedded/rauc/files/rauc-1.11.1-tests.patch @@ -7,12 +7,20 @@ The network and squashfs tests won't work within portage. Disable them. Signed-off-by: Kurt Kanzenbach <[email protected]> --- - test/meson.build | 18 ------------------ - 1 file changed, 18 deletions(-) + test/meson.build | 19 ------------------- + 1 file changed, 19 deletions(-) --- a/test/meson.build +++ b/test/meson.build -@@ -24,10 +24,6 @@ tests = [ +@@ -9,7 +9,6 @@ tests = [ + 'config_file', + 'context', + 'dm', +- 'event_log', + 'hash_index', + 'manifest', + 'signature', +@@ -24,10 +23,6 @@ tests = [ 'stats', ] @@ -23,7 +31,7 @@ Signed-off-by: Kurt Kanzenbach <[email protected]> if get_option('streaming') tests += 'nbd' endif -@@ -63,17 +59,3 @@ fakerand = executable( +@@ -63,17 +58,3 @@ fakerand = executable( 'fakerand', 'fakerand.c', )
