aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/component/deb/test_buildpackage.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-05 08:17:38 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-05 08:27:59 +0200
commita8689777e9eae7b07a3cf8a3eae9935825b1fdf3 (patch)
tree89155ee06baff3e84395850568ba91722ae6b33d /tests/component/deb/test_buildpackage.py
parent51620e95d11152d3a352b60c45abf86b13464010 (diff)
tests: match env vars values in hook checks too
Diffstat (limited to 'tests/component/deb/test_buildpackage.py')
-rw-r--r--tests/component/deb/test_buildpackage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/deb/test_buildpackage.py b/tests/component/deb/test_buildpackage.py
index 4f80a631..24b1f47f 100644
--- a/tests/component/deb/test_buildpackage.py
+++ b/tests/component/deb/test_buildpackage.py
@@ -87,8 +87,8 @@ class TestBuildpackage(ComponentTestBase):
ok_(ret == 0, "Building the package failed")
eq_(os.path.exists('posttag.out'), True)
eq_(os.path.exists('builder-run.stamp'), False)
- self.check_hook_vars('posttag', ["GBP_TAG",
- "GBP_BRANCH",
+ self.check_hook_vars('posttag', [("GBP_TAG", "debian/0.4.14"),
+ ("GBP_BRANCH", "master"),
"GBP_SHA1"])
def test_component_generation(self):