summaryrefslogtreecommitdiff
path: root/tests/frontend/pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/pull.py')
-rw-r--r--tests/frontend/pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index f73b06876..c3ebe41c7 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -273,6 +273,6 @@ def test_push_pull_track_non_strict(cli, tmpdir, datafiles):
# However, pulling has to be deferred until the dependencies have been
# tracked as the strict cache key needs to be calculated before querying
# the caches.
- result = cli.run(project=project, args=['build', '--track-all', 'target.bst'])
+ result = cli.run(project=project, args=['build', '--track-all', '--all', 'target.bst'])
result.assert_success()
assert set(result.get_pulled_elements()) == all_elements