Just an aesthetic change in output. 11/8011/1
authorasteroide <thomas.duval@orange.com>
Tue, 26 Jan 2016 11:05:17 +0000 (12:05 +0100)
committerasteroide <thomas.duval@orange.com>
Tue, 26 Jan 2016 11:05:17 +0000 (12:05 +0100)
Change-Id: I591314a511d83bd1010a49a0f202be90ec06fbf0

moonclient/moonclient/tests.py

index bace73a..e2824fa 100644 (file)
@@ -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())