From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7D4C158044 for ; Sun, 14 Apr 2024 15:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D98CCE2A00; Sun, 14 Apr 2024 15:11:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2350E2A00 for ; Sun, 14 Apr 2024 15:11:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C2493433BA for ; Sun, 14 Apr 2024 15:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5802916E2 for ; Sun, 14 Apr 2024 15:11:21 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713105863.7b68865a81632923e3b1b7bf8020f6ba4b02658f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/rauc/files/rauc-1.11.1-tests.patch X-VCS-Directories: dev-embedded/rauc/files/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 7b68865a81632923e3b1b7bf8020f6ba4b02658f X-VCS-Branch: master Date: Sun, 14 Apr 2024 15:11:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0324972e-5155-40ba-bd13-6cca0bceb779 X-Archives-Hash: 94d61cb768def7b529c3ad0214d82870 commit: 7b68865a81632923e3b1b7bf8020f6ba4b02658f Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sun Apr 14 14:44:23 2024 +0000 Commit: Julien Roy jroy 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 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 --- - 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 if get_option('streaming') tests += 'nbd' endif -@@ -63,17 +59,3 @@ fakerand = executable( +@@ -63,17 +58,3 @@ fakerand = executable( 'fakerand', 'fakerand.c', )