summaryrefslogtreecommitdiff
path: root/tests/artifactcache/config.py
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-07-18 12:29:40 +0200
committerValentin David <valentin.david@codethink.co.uk>2018-08-02 16:18:10 +0200
commit171e803f5dab2644c7bcd2e22acecef64880e1ce (patch)
treea8e2ca4f2a7e2bebde42cb6ec2ba5f6ce32e26a6 /tests/artifactcache/config.py
parent19cd954bf9e22cbd6b7adacc9d87a693811830dc (diff)
downloadbuildstream-171e803f5dab2644c7bcd2e22acecef64880e1ce.tar.gz
Add support for include '(@)' in project.conf and .bst files
Fixes #331.
Diffstat (limited to 'tests/artifactcache/config.py')
-rw-r--r--tests/artifactcache/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/artifactcache/config.py b/tests/artifactcache/config.py
index 079e511ef..f59474708 100644
--- a/tests/artifactcache/config.py
+++ b/tests/artifactcache/config.py
@@ -98,6 +98,7 @@ def test_artifact_cache_precedence(tmpdir, override_caches, project_caches, user
context = Context()
context.load(config=user_config_file)
project = Project(str(project_dir), context)
+ project.ensure_fully_loaded()
# Use the helper from the artifactcache module to parse our configuration.
parsed_cache_specs = _configured_remote_artifact_cache_specs(context, project)