aboutsummaryrefslogtreecommitdiffstats
path: root/moonclient
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2016-01-26 12:05:17 +0100
committerasteroide <thomas.duval@orange.com>2016-01-26 12:05:17 +0100
commitf81a68e94cd300a00128a923ce2fc070058de5bb (patch)
treeeceac4bcf4e8d61aec0ad1348b0482f827754508 /moonclient
parent0386b9ada22d6eae68c1ec008a434ab732410c78 (diff)
Just an aesthetic change in output.
Change-Id: I591314a511d83bd1010a49a0f202be90ec06fbf0
Diffstat (limited to 'moonclient')
-rw-r--r--moonclient/moonclient/tests.py2
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())