diff options
author | Ted Gould <ted@gould.cx> | 2015-02-04 08:29:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-04 08:29:43 -0600 |
commit | 8838bd8e4e95f1da3bcc85324e924e782a434c4e (patch) | |
tree | 6e3a5041021d795bc18f27c039e9d761188b73e5 | |
parent | 91f42ea2266bd4201c1a9f0a9d7e47d431c601c3 (diff) | |
download | ayatana-indicator-sound-8838bd8e4e95f1da3bcc85324e924e782a434c4e.tar.gz ayatana-indicator-sound-8838bd8e4e95f1da3bcc85324e924e782a434c4e.tar.bz2 ayatana-indicator-sound-8838bd8e4e95f1da3bcc85324e924e782a434c4e.zip |
Make the testing verbose
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8fb0f91..8ef6c72 100755 --- a/debian/rules +++ b/debian/rules @@ -17,3 +17,5 @@ override_dh_install: install -m 644 debian/indicator-sound-crashdb.conf debian/indicator-sound/etc/apport/crashdb.conf.d/ dh_install --fail-missing +override_dh_auto_test: + ARGS=-V dh_auto_test |