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 10:26:34 +0200
commitc0afa58041a5983bafb8c91429844589c51864ce (patch)
tree477bd3e608a96069a691ad394a5b4a0889ae1542
parentf0bb7f900a943e36b5aa52947580d79223d5c095 (diff)
downloadbuildstream-c0afa58041a5983bafb8c91429844589c51864ce.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):