[Reproducible-commits] [reprotest] 01/02: Reenable the Debian self-build
Ceridwen
ceridwen-guest at moszumanska.debian.org
Thu Jul 21 20:23:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
ceridwen-guest pushed a commit to branch master
in repository reprotest.
commit 0e1dcc00bc31164a37c402c6ef34073ac23d0e8d
Author: Ceridwen <ceridwenv at gmail.com>
Date: Thu Jul 21 16:19:39 2016 -0400
Reenable the Debian self-build
---
tests/tests.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/tests.py b/tests/tests.py
index 2b3965d..d44f8c8 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -17,7 +17,6 @@ def check_return_code(command, virtual_server, code):
except SystemExit as system_exit:
assert(system_exit.args[0] == code)
-# @pytest.fixture(scope='module', params=['null'])# , 'qemu', 'schroot'])
@pytest.fixture(scope='module', params=['null' , 'qemu', 'schroot'])
def virtual_server(request):
if request.param == 'null':
@@ -40,4 +39,4 @@ def test_variations(virtual_server, variation):
def test_self_build(virtual_server):
assert(subprocess.call(['reprotest', 'python3 setup.py bdist', 'dist/reprotest-' + VERSION + '.linux-x86_64.tar.gz'] + virtual_server) == 1)
- # assert(subprocess.call(['reprotest', 'debuild -b -uc -us', '../reprotest_' + VERSION + '_all.deb'] + virtual_server) == 1)
+ assert(subprocess.call(['reprotest', 'debuild -b -uc -us', '../reprotest_' + VERSION + '_all.deb'] + virtual_server) == 1)
--
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