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
diff --git a/debian/tests/dkms-autopkgtest b/debian/tests/dkms-autopkgtest
index f766e18..0d79513 100755
--- a/debian/tests/dkms-autopkgtest
+++ b/debian/tests/dkms-autopkgtest
@@ -39,7 +39,7 @@ run_pkg() {
39 fi39 fi
40 echo "$dkmsstatus"40 echo "$dkmsstatus"
4141
42 if ! echo "$dkmsstatus" | grep -q "installed$"; then42 if ! echo "$dkmsstatus" | grep -q "installed"; then
43 echo "E: not installed" >&243 echo "E: not installed" >&2
44 exit 144 exit 1
45 fi45 fi

Subscribers

People subscribed via source and target branches