[reprotest] 03/03: Don't clean when testing itself, otherwise we get differences

Ximin Luo infinity0 at debian.org
Tue May 9 19:20:50 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 9aa901cb37880111a6758b71668389216f800707
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue May 9 21:20:23 2017 +0200

    Don't clean when testing itself, otherwise we get differences
---
 tests/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tests.py b/tests/tests.py
index 28dcdd7..c453185 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -66,6 +66,6 @@ def test_debian_build(virtual_server):
     # gets written twice and the second one is the "real" one, but since it
     # should all be reproducible, this should be OK.
     assert(0 == subprocess.call(
-        REPROTEST + ['debuild -b -uc -us', '../*.deb'] + virtual_server,
+        REPROTEST + ['debuild -b -nc -uc -us', '../*.deb'] + virtual_server,
         # "nocheck" to stop tests recursing into themselves
         env=dict(list(os.environ.items()) + [("DEB_BUILD_OPTIONS", "nocheck")])))

-- 
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