[reprotest] 03/03: Fix a bug where the sha256sum of a reproduction won't be displayed if --store-dir is not given

Ximin Luo infinity0 at debian.org
Tue Jan 24 15:42:30 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 d20ef7b93f8572c74c9e724f37f4ed7673aba537
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jan 24 16:39:57 2017 +0100

    Fix a bug where the sha256sum of a reproduction won't be displayed if --store-dir is not given
---
 reprotest/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index b3bfdb6..8843b67 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -393,7 +393,7 @@ def run_or_tee(progargs, filename, store_dir, *args, **kwargs):
         tee.communicate()
         return r
     else:
-        return subprocess.run(progargs)
+        return subprocess.run(progargs, *args, **kwargs)
 
 
 def check(build_command, artifact_pattern, virtual_server_args, source_root,

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