summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Terceiro <antonio.terceiro@linaro.org>2013-05-02 20:42:34 -0300
committerAntonio Terceiro <antonio.terceiro@linaro.org>2013-05-02 20:42:34 -0300
commit09aa4f108a7df10e7a64d1012590602ee488c4b2 (patch)
tree32088c15f978066acaa99d017bc767525d38195a
parent2b727bc142fec7415dc9bd1fa434546f1a5c5e00 (diff)
do not run tests that were moved out of this package
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules5
2 files changed, 2 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index ae0d75f..e181b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ lava-scheduler-tool (0.6) UNRELEASED; urgency=low
* New upstream release.
* Superseded by lava-tool 0.7; bumped dependency accordingly on
debian/control.
+ * debian/rules: don't run tests anymore, since this package no longer
+ contains them
-- Antonio Terceiro <antonio.terceiro@linaro.org> Thu, 02 May 2013 20:36:28 -0300
diff --git a/debian/rules b/debian/rules
index 28fe0d4..0dbd44f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,6 @@
%:
dh $@ --with python2
-.PHONY: override_dh_auto_test
-override_dh_auto_test:
- # Run the bundled tests when building the package
- LC_ALL=C python setup.py test
-
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
# Remove everything else