diff options
author | asteroide <thomas.duval@orange.com> | 2016-01-26 12:05:17 +0100 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2016-01-26 12:05:17 +0100 |
commit | f81a68e94cd300a00128a923ce2fc070058de5bb (patch) | |
tree | eceac4bcf4e8d61aec0ad1348b0482f827754508 /moonclient | |
parent | 0386b9ada22d6eae68c1ec008a434ab732410c78 (diff) |
Just an aesthetic change in output.
Change-Id: I591314a511d83bd1010a49a0f202be90ec06fbf0
Diffstat (limited to 'moonclient')
-rw-r--r-- | moonclient/moonclient/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moonclient/moonclient/tests.py b/moonclient/moonclient/tests.py index bace73af..e2824fa5 100644 --- a/moonclient/moonclient/tests.py +++ b/moonclient/moonclient/tests.py @@ -140,7 +140,7 @@ class TestsLaunch(Lister): title += ":" + port title += "\n" self.logfile.write(time.strftime(self.TIME_FORMAT) + " " + title + "\n") - self.log.info(title) + self.log.info(title.strip()) data_tmp = list() data_tmp.append("") data_tmp.append(title.strip()) |