commit:     1953edde403f7d6c0f3dd697271c17ce4a39ebee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 04:51:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 04:51:53 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=1953edde

testing.txt: update test command

Signed-off-by: Sam James <sam <AT> gentoo.org>

 testing.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing.txt b/testing.txt
index 5d1c2f7..a142f75 100644
--- a/testing.txt
+++ b/testing.txt
@@ -28,6 +28,7 @@ Smoke test:
 Check direct reverse dependencies of virtual/linux-headers:
 
        pkgs=$(sed -n '/^%/,/^%/{s:%::;p}' testing.txt)
+       pkgs=$(echo ${pkgs} | tr ' ' '\n' | sed -e '/systemd-utils/d' | sed -e 
'/ps3pf_utils/d' | sed -e '/dahdi-tools/d' | sed -e '/geode/d' | sed -e 
'/xhkeys/d' | sed -e '/pulseaudio-daemon/d' | sed -e '/openssh-contrib/d' | sed 
-e '/libreswan/d' | sed -e '/ola/d' | tr '\n' ' ')
        emerge --keep-going -1v ${pkgs} --jobs 4
 
 %

Reply via email to