summaryrefslogtreecommitdiff
path: root/morphlib/stagingarea_tests.py
diff options
context:
space:
mode:
authorDan Firth <dan.firth@codethink.co.uk>2013-10-04 13:18:23 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-11 10:29:06 +0100
commit31ca4d455d1bbce69c6dc461dbd506b3523ac2d9 (patch)
treeba2c0dd136c9781be6d7d0f69d81dab76f0e0896 /morphlib/stagingarea_tests.py
parentdf64e4300d7b39c29ce75273196a7894c86a98a9 (diff)
downloadmorph-31ca4d455d1bbce69c6dc461dbd506b3523ac2d9.tar.gz
Added chunkname prefix to some elements of the debug log.
Diffstat (limited to 'morphlib/stagingarea_tests.py')
-rw-r--r--morphlib/stagingarea_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/stagingarea_tests.py b/morphlib/stagingarea_tests.py
index 7cd4a5c3..27f85dff 100644
--- a/morphlib/stagingarea_tests.py
+++ b/morphlib/stagingarea_tests.py
@@ -57,6 +57,9 @@ class FakeApplication(object):
def runcmd_unchecked(self, *args, **kwargs):
return cliapp.runcmd_unchecked(*args, **kwargs)
+ def status(self, msg):
+ pass
+
class StagingAreaTests(unittest.TestCase):