You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit test was failing on recent versions of Debian and Ubuntu
because the `login` package is no longer installing the binary on
`/bin/login` but rather on `/usr/bin/login`.
We have added a function which will retrieve the binary path depending
on the distro as well.
Resolves: avocado-framework#6028
Signed-off-by: David Negreira <[email protected]>
dnegreira
added a commit
to dnegreira/avocado
that referenced
this issue
Sep 13, 2024
The unit test was failing on recent versions of Debian and Ubuntu
because the `login` package is no longer installing the binary on
`/bin/login` but rather on `/usr/bin/login`.
We have added a function which will retrieve the binary path depending
on the distro as well.
Resolves: avocado-framework#6028
Signed-off-by: David Negreira <[email protected]>
Describe the bug
As part of the packaging effort for Debian on #5912, we have found that a unit test is failing on more recent distro versions of Ubuntu/Debian.
This is because on more recent distros, the
login
package does not install on/bin/login
but rather on/usr/bin/login
Steps to reproduce
Run the unit tests on a Ubuntu 24.04 or Debian/sid distro.
Expected behavior
Unit test to pass.
Current behavior
Error.
System information (please complete the following information):
lsb_release -a
and
git latest master
Additional information
I am currently working on fixing the unit test for code review, will submit it in a bit.
The text was updated successfully, but these errors were encountered: