diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-08 13:21:32 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-08 13:21:32 +0000 |
commit | 2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9 (patch) | |
tree | d8945ec6b585075f61057865e71dac8ae25716e1 | |
parent | testing.txt: add more packages (diff) | |
download | linux-headers-patches-2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9.tar.gz linux-headers-patches-2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9.tar.bz2 linux-headers-patches-2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9.zip |
testing.txt: simplify testing command
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing.txt b/testing.txt index ec75b8d..b4cb561 100644 --- a/testing.txt +++ b/testing.txt @@ -27,7 +27,7 @@ smoke test: common packages that break: pkgs=$(sed -n '/^%/,/^%/{s:%::;p}' testing.txt) - sudo env FEATURES=-digest emerge --keep-going -1qav ${pkgs} --jobs 4 + emerge --keep-going -1qav ${pkgs} --jobs 4 % app-metrics/collectd |