[reprotest] 01/03: debian/tests: Use double quotes to work around autopkgtest #870098

Ximin Luo infinity0 at debian.org
Mon Nov 27 13:21:35 UTC 2017


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

infinity0 pushed a commit to branch master
in repository reprotest.

commit c02e74eb11d4b2142256851c799747dde4529f66
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 27 14:16:30 2017 +0100

    debian/tests: Use double quotes to work around autopkgtest #870098
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index f669c59..c3469ae 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
-Test-Command: env REPROTEST_TEST_DONTVARY=fileordering,user_group,domain_host pytest-3 -m 'not need_builddeps'
+Test-Command: env REPROTEST_TEST_DONTVARY=fileordering,user_group,domain_host pytest-3 -m "not need_builddeps"
 Depends: @, python3-pytest, faketime, locales-all
 
-Test-Command: env REPROTEST_TEST_DONTVARY=fileordering,user_group,domain_host pytest-3 -m 'need_builddeps'
+Test-Command: env REPROTEST_TEST_DONTVARY=fileordering,user_group,domain_host pytest-3 -m "need_builddeps"
 Depends: @builddeps@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list