summaryrefslogtreecommitdiff
path: root/tests/format/variables.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-05-07 13:19:36 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-05-08 03:59:38 +0900
commitbbb894bdd921f39e4440e74351b5f478f65555f3 (patch)
treea21cb847495b9767209adf918971b4ad70078403 /tests/format/variables.py
parentf8952d6b8a775026d8a566969dd2570badf838fe (diff)
downloadbuildstream-bbb894bdd921f39e4440e74351b5f478f65555f3.tar.gz
tests/format/variables.py: Removed testing of stderr
We have machine readable errors for this purpose, and the strings happen to change causing tests to break if we test the specific UI (reported error strings are UI).
Diffstat (limited to 'tests/format/variables.py')
-rw-r--r--tests/format/variables.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/format/variables.py b/tests/format/variables.py
index 66c56b451..d570bf01d 100644
--- a/tests/format/variables.py
+++ b/tests/format/variables.py
@@ -72,7 +72,3 @@ def test_missing_variable(cli, datafiles, tmpdir):
])
result.assert_main_error(ErrorDomain.LOAD,
LoadErrorReason.UNRESOLVED_VARIABLE)
- expected = ("Error loading pipeline: "
- "manual.bst [line 5 column 6]: "
- "Unresolved variable 'foo'")
- assert expected in result.stderr.splitlines()