mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #1619] [CLOSED] Extend PATH used by dh_auto_test to include guiunittests. #1819
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1819
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/debauchee/barrier/pull/1619
Author: @slewsys
Created: 3/23/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
1249d49Extend PATH used bydh_auto_testto includeguiunittests.📊 Changes
2 files changed (+11 additions, -0 deletions)
View changed files
📝
debian/changelog(+7 -0)📝
debian/rules(+4 -0)📄 Description
This resolves the
dh_auto_testerror: Could not find executable guiunittests.debian/changelog updated to version 2.4.0.
To generate a Debian package, I'm using git-buildpackage as follows:
This works well until
guiunittestsis called. Since ./build/bin is not in the PATH, dh_auto_test fails with error above. The attached patch to debian/rules adds build/bin to the PATH environment variable used by dh_auto_test.Ubuntu 22.04 simply disables the tests, which isn't ideal.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.