mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3692] [CLOSED] let tests fail build #4850
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#4850
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/3692
Author: @reinerh
Created: 10/24/2020
Status: ❌ Closed
Base:
master← Head:tests📝 Commits (5)
cd75258refactor test targets and let build fail on test errors300efeclet github CI run testsc2306d9add new Makefile.in to distributed files8ec7724include tests in rpm source tarball527b680increate timeout in xz.dec📊 Changes
9 files changed (+43 additions, -53 deletions)
View changed files
📝
.github/workflows/build.yml(+7 -3)📝
Makefile.in(+16 -46)📝
configure(+2 -1)📝
configure.ac(+1 -1)📝
platform/rpm/mkrpm.sh(+1 -1)➕
test/Makefile.in(+10 -0)📝
test/sysutils/less.exp(+1 -0)📝
test/sysutils/xz.exp(+4 -1)📝
test/utils/man.exp(+1 -0)📄 Description
This change simplifies the test targets, as the test names need to be specified only once, instead of repeating the targets for each test.
It will now also check the tests for errors and cause a build failure, as they currently seem to not get noticed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.