summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-12-08 19:26:09 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2018-01-25 13:27:40 +0000
commit24b730f8e16b13343b3955ffa01462a0fbf6a2df (patch)
tree0a95e120bc9d64e83458569ffebe5f7b719988af
parent9bf5278a154329befb176cd067a5cf7d2a996575 (diff)
downloadbuildstream-24b730f8e16b13343b3955ffa01462a0fbf6a2df.tar.gz
tests: Remove stray printing during overlap test
-rw-r--r--tests/frontend/overlaps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/frontend/overlaps.py b/tests/frontend/overlaps.py
index 38ebe1f5f..7009cd19d 100644
--- a/tests/frontend/overlaps.py
+++ b/tests/frontend/overlaps.py
@@ -16,7 +16,6 @@ def test_overlaps(cli, datafiles):
'build', 'collect.bst'])
result.assert_success()
- print(result.output)
assert "/file1: three.bst above one.bst" in result.stderr
assert "/file2: two.bst above three.bst above one.bst" in result.stderr
assert "/file3: two.bst above three.bst" in result.stderr