diff mbox series

[OSSTEST,78/82] flight other job reporting: Put nulls last in the report

Message ID 20201007180024.7932-79-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series Reuse test hosts | expand

Commit Message

Ian Jackson Oct. 7, 2020, 6 p.m. UTC
From: Ian Jackson <ian.jackson@eu.citrix.com>

Cosmetic change only, but this makes the results easier to understand.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 sg-report-flight | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sg-report-flight b/sg-report-flight
index 2a79db13..d8829932 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -1434,7 +1434,10 @@  END
        SELECT * FROM r_elided
      ORDER BY tident, hostname,
 	      kind_sort,
-	      finished, prep_started, rest_started, flight, job, oidents,
+              prep_started NULLS LAST,
+              rest_started NULLS LAST,
+	      finished NULLS LAST,
+              flight, job, oidents,
 	      sort_index
 END