summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-12-23 14:46:56 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-12-23 15:26:22 +0900
commit8c384519776aa71f88d540f4eb58ecdbea68c7c9 (patch)
treef6b7471423b7eacdc61856835cc1d9eb2bbbfc4e /tests
parentd3b6e9d6bb439f65b387ec6a25f199ca521baaee (diff)
downloadbuildstream-8c384519776aa71f88d540f4eb58ecdbea68c7c9.tar.gz
_stream.py: Added internal _track_cross_junction_filter()
Replaces Pipeline method `track_cross_junction_filter()`. This changes the error domain for invalid cross junction tracking, so updating the following two test cases: * testing/_sourcetests/track.py * tests/frontend/track.py
Diffstat (limited to 'tests')
-rw-r--r--tests/frontend/track.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/track.py b/tests/frontend/track.py
index bd8444973..3dd686de0 100644
--- a/tests/frontend/track.py
+++ b/tests/frontend/track.py
@@ -222,7 +222,7 @@ def test_track_cross_junction(cli, tmpdir, datafiles, cross_junction, ref_storag
# Cross junction tracking is not allowed when the toplevel project
# is using inline ref storage.
#
- result.assert_main_error(ErrorDomain.PIPELINE, "untrackable-sources")
+ result.assert_main_error(ErrorDomain.STREAM, "untrackable-sources")
else:
#
# No cross juction tracking was requested