diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-04-10 18:03:15 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-04-10 18:03:15 +0100 |
commit | a0350d473fe88c1f40113a5b4e8255149def2177 (patch) | |
tree | d93b20f37a330cdb890bf75f3f8d3f4ec73efa35 /tests/integration | |
parent | b9cdf82c6c33d18ae08d17dce5fa041486893ec0 (diff) | |
download | buildstream-a0350d473fe88c1f40113a5b4e8255149def2177.tar.gz |
tests: Fix all remaining references to bst pull
As the `bst pull` is now called `bst artifact pull`, update the
remaining comments in testsuite that still refer to it as `bst pull`.
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/pullbuildtrees.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/pullbuildtrees.py b/tests/integration/pullbuildtrees.py index 1a89f776a..5eb835cd3 100644 --- a/tests/integration/pullbuildtrees.py +++ b/tests/integration/pullbuildtrees.py @@ -147,7 +147,7 @@ def test_pullbuildtrees(cli2, tmpdir, datafiles): # Assert that if we add an extra remote that has the buildtree artfact cached, bst push will # automatically attempt to pull it and will be successful, leading to the full artifact being pushed # to the empty share3. This gives the ability to attempt push currently partial artifacts to a remote, - # without exlipictly requiring a bst pull. + # without exlipictly requiring a bst artifact pull. cli2.configure({'artifacts': [{'url': share1.repo, 'push': False}, {'url': share3.repo, 'push': True}]}) result = cli2.run(project=project, args=['--pull-buildtrees', 'artifact', 'push', element_name]) assert "Attempting to fetch missing artifact buildtrees" in result.stderr |