From: Thierry Parmentelat Date: Thu, 23 Jan 2014 11:35:36 +0000 (+0100) Subject: typo in comment X-Git-Tag: tests-5.3-2~37 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=8ce2d7cd19ecd388971f122d4f2ce6a6865f689e typo in comment --- 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: