]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Disable tests - they're not working in the PPA
authorRobert Ancell <robert.ancell@canonical.com>
Thu, 20 Jun 2013 04:48:53 +0000 (16:48 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Thu, 20 Jun 2013 04:48:53 +0000 (16:48 +1200)
debian/rules

index db948bf7307855171dd951b736f64d3c7bc52d65..f271d12b9b26121f90b08cb1911debafb942d0ef 100755 (executable)
@@ -13,6 +13,9 @@ override_dh_autoreconf:
 override_dh_auto_configure:
        dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=ubuntu --enable-gtk-doc
 
+# Disable tests - they're not working in the PPA
+override_dh_auto_test:
+
 override_dh_install:
        #Remove .la and .a files.
        find debian/tmp/usr/lib/ -name *.a |xargs rm