[Python-modules-commits] [speechrecognition-python] 02/03: Export variables right before tests are run

Ethan Ward ethanward-guest at moszumanska.debian.org
Sun Sep 3 04:17:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository speechrecognition-python.

commit aaf3360f08952bcc37fa6db37a0ad35aaabe9a6b
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Sat Sep 2 20:02:01 2017 -0500

    Export variables right before tests are run
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 430b3e2..08ef965 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,9 @@ export GOOGLE_TEST_SKIP=1
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	export POCKETSPHINX_TEST_SKIP=1
+	export FLAC_TEST_SKIP=1
+	export GOOGLE_TEST_SKIP=1
+	dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/speechrecognition-python.git



More information about the Python-modules-commits mailing list