Signed-off-by: Petr Pudlak <[email protected]>
---
qa/qa_utils.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/qa/qa_utils.py b/qa/qa_utils.py
index 1259876..546bf8d 100644
--- a/qa/qa_utils.py
+++ b/qa/qa_utils.py
@@ -498,10 +498,13 @@ def CheckFileUnmodified(node, filename):
@param node: node the command should run on
@type filename: string
@param filename: absolute filename to check
+
"""
cmd = utils.ShellQuoteArgs(["sha1sum", filename])
+
def Read():
return GetCommandOutput(node, cmd).strip()
+
# read the configuration
before = Read()
yield
--
2.2.0.rc0.207.ga3a616c