From: Ian Jackson Date: Thu, 3 Sep 2020 15:33:14 +0000 (+0100) Subject: flight other job reporting: Put nulls last in the report X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=05838c428280cfbd05ff9a03bc66eefb6c8fa7e4;p=osstest.git flight other job reporting: Put nulls last in the report Cosmetic change only, but this makes the results easier to understand. Signed-off-by: Ian Jackson --- diff --git a/sg-report-flight b/sg-report-flight index 2a79db1..d882993 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