From: Thierry Parmentelat Date: Thu, 19 Mar 2015 10:24:29 +0000 (+0100) Subject: oops X-Git-Tag: tests-6.0-1~8 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=4297f83e55247a16c587d1aae4205f198d17fd69 oops --- diff --git a/system/Substrate.py b/system/Substrate.py index b9ffc66..d6d5424 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -963,7 +963,7 @@ class TestBox(Box): header ("No {} on {}".format(msg, self.line())) else: header ("{} on {}".format(msg, self.line())) - instances.sort(sort=timestamp_sort) + instances.sort(key=timestamp_key) for i in instances: print(i.line()) # show 'starting' regardless of verbose