Skip to content

Commit

Permalink
sys-apps/firejail: Disabled nonworking tests
Browse files Browse the repository at this point in the history
Skip some tests that were not included in this version of the release
tarball.

Signed-off-by: Hank Leininger <[email protected]>
Closes: https://bugs.gentoo.org/753991
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Closes: gentoo#18245
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
hlein authored and FuzzyGophers committed Nov 13, 2020
1 parent c7051cc commit 3dbe14e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys-apps/firejail/firejail-0.9.64.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3dbe14e

Please sign in to comment.