]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
cs-bisection-step: prefer to use as basis flights lexically early blessings (prefer...
authorIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 4 Mar 2013 13:02:28 +0000 (13:02 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 4 Mar 2013 13:02:28 +0000 (13:02 +0000)
This avoids us routinely using a previous bisection pass as a basis pass and insisting on reproing it

cs-bisection-step

index 617464b32fb365a6cd9167d948a9f4df6b3eca0e..d9ddc661af0c7065ada8b22de3056bde165bff22 100755 (executable)
@@ -326,7 +326,7 @@ END
              AND $flight_is_not_broken
              AND $flight_cond{basis}
                  $maxflight_cond
-          ORDER BY flights.started DESC
+          ORDER BY blessing, flights.started DESC
 END
 
     print STDERR "Searching for failure / basis pass:\n";