diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2014-09-23 11:58:38 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2014-09-23 11:58:38 +0200 |
commit | 89cfe52564928abf51b7d122b81cee7967da8ea7 (patch) | |
tree | 81ea3dd71a9d158a5ca241148141639fef66ad91 /debian/tests/control | |
parent | 7aa20458e166a4a503d6f7c306d24ca3d6279fd2 (diff) | |
download | ayatana-indicator-session-89cfe52564928abf51b7d122b81cee7967da8ea7.tar.gz ayatana-indicator-session-89cfe52564928abf51b7d122b81cee7967da8ea7.tar.bz2 ayatana-indicator-session-89cfe52564928abf51b7d122b81cee7967da8ea7.zip |
Run tests-service as autopkgtest
Drop the obsolete and rather unnecessary setup from start-service (this is a
system integration test, stuff shoudl just run after installation or get dbus
activated). In lieu of an actual integration test that uses the installed
package, run test-service. This won't check the installed indicator-session
package, but at least verify that it still builds and runs, thus find
regressions in the dependencies.
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/tests/control b/debian/tests/control index 008828a..e5322df 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ -#Tests: start-service -# start-service currently disabled; it needs services running for it to pass -# and that currently can't be setup properly in a buildd. -Depends: python3-aptdaemon.test, policykit-1, accountsservice, consolekit, indicator-session +Test-Command: obj-*/tests/test-service +Depends: indicator-session, + policykit-1, + accountsservice Restrictions: build-needed |