From 8ce2d7cd19ecd388971f122d4f2ce6a6865f689e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Jan 2014 12:35:36 +0100 Subject: [PATCH] typo in comment --- system/Substrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Substrate.py b/system/Substrate.py index f533204..0978842 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -952,7 +952,7 @@ class TestBox (Box): # let's try to be robust here -- tests that fail very early like e.g. # "Cannot make space for a PLC instance: vplc IP pool exhausted", that occurs as part of provision # will result in a 'trace' symlink to an inexisting 'trace-<>.txt' because no step has gone through - # simple 'trace' sohuld exist though as it is created by run_log + # simple 'trace' should exist though as it is created by run_log command=['bash','-c',"grep KO /root/*/logs/trace /dev/null 2>&1" ] trace_lines=self.backquote_ssh (command).split('\n') for line in trace_lines: -- 2.43.0