mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-apps/firejail: Disabled nonworking tests
Skip some tests that were not included in this version of the release tarball. Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/753991 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18245 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
c7051cc722
commit
3dbe14ee3b
@@ -48,6 +48,11 @@ src_prepare() {
|
||||
if use contrib; then
|
||||
python_fix_shebang -f contrib/*.py
|
||||
fi
|
||||
|
||||
# some tests were missing from this release's tarball
|
||||
if use test; then
|
||||
sed -i -r -e 's/^(test:.*) test-private-lib (.*)/\1 \2/; s/^(test:.*) test-fnetfilter (.*)/\1 \2/' Makefile.in || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user