This removes some nondeterminism from the output. Signed-off-by: Ian Jackson <[email protected]> --- sg-report-flight | 1 + 1 file changed, 1 insertion(+)
diff --git a/sg-report-flight b/sg-report-flight
index 927ea37d..70def778 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
