|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH v2 06/41] sg-report-flight: Sort failures by job name as last resort
This removes some nondeterminism from the output.
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
sg-report-flight | 1 +
1 file changed, 1 insertion(+)
diff --git a/sg-report-flight b/sg-report-flight
index fc439495..7f2790ce 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -813,6 +813,7 @@ END
# they finished in the same second, we pick the lower-numbered
# step, which is the earlier one (if they are sequential at
# all).
+ or $a->{Job} cmp $b->{Job}
}
@failures;
--
2.20.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |