diff options
author | Sam James <sam@gentoo.org> | 2024-03-13 04:51:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-13 04:51:53 +0000 |
commit | 1953edde403f7d6c0f3dd697271c17ce4a39ebee (patch) | |
tree | 9be7ddaddea0ea44a59b7fd7f3dfbc19db700a2b | |
parent | testing.txt: update for dev-util/strace -> dev-debug/strace rename (diff) | |
download | linux-headers-patches-1953edde403f7d6c0f3dd697271c17ce4a39ebee.tar.gz linux-headers-patches-1953edde403f7d6c0f3dd697271c17ce4a39ebee.tar.bz2 linux-headers-patches-1953edde403f7d6c0f3dd697271c17ce4a39ebee.zip |
testing.txt: update test command
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | testing.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 % |