Merge ~vicamo/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:for-groovy/fix-autopkgtest into ~canonical-hwe-team/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:ubuntu/groovy

Proposed by You-Sheng Yang
Status: Merged
Merged at revision: 690e7ae6339245b9eb3429917ead1e191fa54018
Proposed branch: ~vicamo/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:for-groovy/fix-autopkgtest
Merge into: ~canonical-hwe-team/ubuntu/+source/backport-iwlwifi-dkms/+git/backport-iwlwifi-dkms:ubuntu/groovy
Diff against target: 13 lines (+1/-1)
1 file modified
debian/tests/dkms-autopkgtest (+1/-1)
Reviewer Review Type Date Requested Status
Canonical Hardware Enablement Pending
Review via email: mp+384893@code.launchpad.net

Description of the change

* autopkgtest: fix autopkgtest runs on after OBSOLETE_BY=5.4.0

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/tests/dkms-autopkgtest b/debian/tests/dkms-autopkgtest
2index f766e18..0d79513 100755
3--- a/debian/tests/dkms-autopkgtest
4+++ b/debian/tests/dkms-autopkgtest
5@@ -39,7 +39,7 @@ run_pkg() {
6 fi
7 echo "$dkmsstatus"
8
9- if ! echo "$dkmsstatus" | grep -q "installed$"; then
10+ if ! echo "$dkmsstatus" | grep -q "installed"; then
11 echo "E: not installed" >&2
12 exit 1
13 fi

Subscribers

People subscribed via source and target branches