summaryrefslogtreecommitdiff
path: root/morphlib/builder2_tests.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-20 17:18:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-20 17:18:05 +0000
commit44764506c64ec132e593e5a0b060361c21107cb2 (patch)
tree51c8850097625daa9a5624f51b279fb00d5dbe42 /morphlib/builder2_tests.py
parent8d740a4bdd34f095e530c17ef5eb3f182fb566a7 (diff)
downloadmorph-44764506c64ec132e593e5a0b060361c21107cb2.tar.gz
morph: add cache id to the meta files
This is probably excessively large right now
Diffstat (limited to 'morphlib/builder2_tests.py')
-rw-r--r--morphlib/builder2_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/builder2_tests.py b/morphlib/builder2_tests.py
index 53fd6711..44608c75 100644
--- a/morphlib/builder2_tests.py
+++ b/morphlib/builder2_tests.py
@@ -55,6 +55,7 @@ class FakeArtifact(object):
self.name = name
self.source = FakeSource()
self.cache_key = 'blahblah'
+ self.cache_id = {}
class FakeBuildEnv(object):