summaryrefslogtreecommitdiff
path: root/elpa.pm
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-01 10:49:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-05-01 10:49:24 -0700
commit4fd4e600988a39edab1f2196acbe0a3f98f73301 (patch)
tree897ed6b26bcc5e65909e53e57d401147052f2589 /elpa.pm
parent02ccabee22c11eb38a777b82740398dd795a616f (diff)
don't run tests if DH_COMPAT < 10
Diffstat (limited to 'elpa.pm')
-rwxr-xr-xelpa.pm3
1 files changed, 1 insertions, 2 deletions
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");
}