summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2017-07-12 07:32:53 +0200
committerJürg Billeter <j@bitron.ch>2017-07-14 14:13:51 +0200
commit08be7e5eb755ec4be5f6ff5c77182a617aa7c4ef (patch)
treea10a01610a4d916a040a9663444092b1acb58aab
parentd2b4cd21966736c66918b97e5b369f7595363140 (diff)
downloadbuildstream-08be7e5eb755ec4be5f6ff5c77182a617aa7c4ef.tar.gz
tests/artifactcache: Recalculate _cached after commit
-rw-r--r--tests/artifactcache/basics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/artifactcache/basics.py b/tests/artifactcache/basics.py
index 6fc8a8b7c..741667c56 100644
--- a/tests/artifactcache/basics.py
+++ b/tests/artifactcache/basics.py
@@ -46,6 +46,7 @@ def build_commit(pipeline):
# commit build output to artifact cache
pipeline.artifacts.commit(pipeline.target, builddir)
+ pipeline.target._cached(recalculate=True)
def test_commit_extract(pipeline):