Merge lp:~timo-jyrinki/click/disable-packagekit-in-autopkgtests into lp:click/devel

Proposed by Timo Jyrinki
Status: Merged
Merged at revision: 612
Proposed branch: lp:~timo-jyrinki/click/disable-packagekit-in-autopkgtests
Merge into: lp:click/devel
Diff against target: 12 lines (+2/-1)
1 file modified
debian/tests/run-tests.sh (+2/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/click/disable-packagekit-in-autopkgtests
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+302543@code.launchpad.net

Commit message

Add --disable-packagekit to the autopkgtests.

Description of the change

20160810|15:06 < cjwatson> Mirv: debian/tests/run-tests.sh needs to do the same thing that debian/rules does - run debian/packagekit-check and if it says "no" then add the --disable-packagekit option to configure
20160810|15:07 < cjwatson> Mirv: actually, TBH it could probably just pass --disable-packagekit - the integration tests don't need it
20160810|15:07 < cjwatson> Mirv: (unconditionally, I mean)

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/tests/run-tests.sh'
2--- debian/tests/run-tests.sh 2014-09-09 07:56:17 +0000
3+++ debian/tests/run-tests.sh 2016-08-10 12:44:20 +0000
4@@ -7,6 +7,7 @@
5 ./configure --prefix=/usr \
6 --sysconfdir=/etc \
7 --with-systemdsystemunitdir=/lib/systemd/system \
8- --with-systemduserunitdir=/usr/lib/systemd/user
9+ --with-systemduserunitdir=/usr/lib/systemd/user \
10+ --disable-packagekit
11
12 TEST_INTEGRATION=1 python3 -m unittest discover -vv click.tests.integration

Subscribers

People subscribed via source and target branches

to all changes: