From 11dffaef4b75806b166db1a46b520e6d147d7969 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 29 Apr 2018 15:46:13 +0900 Subject: _stream.py: Add StreamError exception Use Stream error for Stream errors. --- tests/integration/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/shell.py b/tests/integration/shell.py index 844f51d62..18953aa2d 100644 --- a/tests/integration/shell.py +++ b/tests/integration/shell.py @@ -317,7 +317,7 @@ def test_sysroot_workspace_visible(cli, tmpdir, datafiles): # Ensure the dependencies of our build failing element are built result = cli.run(project=project, args=['build', element_name]) - result.assert_main_error(ErrorDomain.PIPELINE, None) + result.assert_main_error(ErrorDomain.STREAM, None) # Discover the sysroot of the failed build directory, after one # failed build, there should be only one directory there. -- cgit v1.2.1