Fix failing dev-daily PPA build.

* debian/rules: Prevent dh_auto_test from being run.
This commit is contained in:
Michael James Gratton 2017-02-09 09:09:26 +11:00
parent dd3d604b6d
commit 18fd246f53

3
debian/rules vendored
View file

@ -20,3 +20,6 @@ override_dh_strip:
override_dh_auto_install:
dh_auto_install --destdir=debian/geary --parallel
override_dh_auto_test:
# Disable for now since some tests require a GUI