[reprotest] 02/02: Use --no-diffoscope in tests, to avoid bugs in diffoscope
Ximin Luo
infinity0 at debian.org
Thu Dec 8 14:21:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository reprotest.
commit d809418f75bac93b48ba0b7c68ef72eef132fd07
Author: Ximin Luo <infinity0 at debian.org>
Date: Thu Dec 8 15:21:30 2016 +0100
Use --no-diffoscope in tests, to avoid bugs in diffoscope
---
tests/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/tests.py b/tests/tests.py
index 50f6bc4..fb6290e 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -8,7 +8,7 @@ import sys
import pytest
import reprotest
-REPROTEST = [sys.executable, "-m", "reprotest"]
+REPROTEST = [sys.executable, "-m", "reprotest", "--no-diffoscope"]
REPROTEST_TEST_SERVERS = os.getenv("REPROTEST_TEST_SERVERS", "null").split(",")
REPROTEST_TEST_DONTVARY = os.getenv("REPROTEST_TEST_DONTVARY", "").split(",")
--
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