From 4fd4e600988a39edab1f2196acbe0a3f98f73301 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 1 May 2016 10:49:24 -0700 Subject: don't run tests if DH_COMPAT < 10 --- elpa.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elpa.pm') diff --git a/elpa.pm b/elpa.pm index dc64e33..cd0dfd2 100755 --- a/elpa.pm +++ b/elpa.pm @@ -8,8 +8,7 @@ use Debian::Debhelper::Dh_Lib; insert_after("dh_install", "dh_elpa"); unless ( defined $ENV{ 'DH_ELPA_TEST_DISABLE' } ) { - # insert_after("dh_auto_test", "dh_elpa_test"); # test suite gets run more than once - add_command("dh_elpa_test", "build"); + insert_after("dh_auto_test", "dh_elpa_test"); remove_command("dh_auto_test"); } -- cgit v1.2.3