summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_sourcetests/track.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-12-23 09:45:40 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-12-23 09:45:40 +0000
commit74833a73e3b8c5f473d85965e0a31ddacde6b782 (patch)
tree904a140c21f073aca49acaccf6aa971efe5fdcb2 /src/buildstream/testing/_sourcetests/track.py
parent6904c1328cec54b3858e57bbd83ee59e0fd7e16e (diff)
parent5ccacfc8cea692dc0296c2f335c8129656a3d450 (diff)
downloadbuildstream-74833a73e3b8c5f473d85965e0a31ddacde6b782.tar.gz
Merge branch 'tristan/dissolve-pipeline' into 'master'
Pipeline refactor See merge request BuildStream/buildstream!2121
Diffstat (limited to 'src/buildstream/testing/_sourcetests/track.py')
-rw-r--r--src/buildstream/testing/_sourcetests/track.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/_sourcetests/track.py b/src/buildstream/testing/_sourcetests/track.py
index 38ef217f0..638cbb9b1 100644
--- a/src/buildstream/testing/_sourcetests/track.py
+++ b/src/buildstream/testing/_sourcetests/track.py
@@ -228,7 +228,7 @@ def test_cross_junction(cli, tmpdir, datafiles, ref_storage, kind):
if ref_storage == "inline":
# This is not allowed to track cross junction without project.refs.
- result.assert_main_error(ErrorDomain.PIPELINE, "untrackable-sources")
+ result.assert_main_error(ErrorDomain.STREAM, "untrackable-sources")
else:
result.assert_success()