mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3712] 'make test' errors on tests not included in release tarball #2335
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hlein on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3712
Bug and expected behavior
make testproduces some errors becauseMakefile.in's defaulttesttarget includestest-private-libandtest-fnetfilter; the release tarball has no such subdirectories undertest/.Makefile.in'sDISTFILES_TEST=enumeratestest/dirs to package, excluding those two.test/subdirs in release tarballs, 2) pruning the list oftest-*targets included in the defaulttest:target inMakefile.in, 3) checking for the presence of, and gracefully handling the lack of, individualtest/subdirs.Reproduce
Steps to reproduce the behavior:
firejail-0.9.64.tar.xzmake testEnvironment
@netblue30 commented on GitHub (Nov 1, 2020):
Thanks for the bug, should be fixed now.
@hlein commented on GitHub (Nov 1, 2020):
Awesome, thanks!