]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Fix Debian rules
authorSagi Grimberg <sagi@grimberg.me>
Thu, 17 Nov 2016 15:35:13 +0000 (10:35 -0500)
committerKeith Busch <keith.busch@intel.com>
Thu, 17 Nov 2016 15:35:13 +0000 (10:35 -0500)
Usually when building a package we don't want to run tests
that require nvme devices. So until we can classify to tests
that have requirements to not run unless some env variables
are set we need this rule.

Reviewed-by: Christoph Hellwig <hch@lst.de>
debian/rules

index c2cc8f8f8e20216c90652fd12a9f68a2c16c4bd7..e797412a128a5096315011f84ce09a174fd84036 100755 (executable)
@@ -5,5 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
        dh $@
 
+override_dh_auto_test:
+
 override_dh_auto_install:
        dh_auto_install -- PREFIX=/usr