]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reverse sorting 10076/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 8 May 2020 03:10:33 +0000 (22:10 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 8 May 2020 03:10:33 +0000 (22:10 -0500)
contrib/utilities/query_testsuite

index 47f15d5a3772cb2385bca481d93686b7422cfc64..659148b8499948a3fb53015fbfdb5961ee1faf73 100755 (executable)
@@ -64,7 +64,7 @@ query_testsuite() {
   curl -s "${BASE_URL}/api/v1/index.php?project=deal.II" |
     jq -r ".buildgroups | .[] | .builds | .[] | .id , .site , .buildname, .update.files, .compilation.error, .compilation.warning, .test.fail, .test.pass" |
     paste -d ' ' - - - - - - - - |
-    sort -nr |
+    sort -n |
     if $links; then
       awk "{ print \$2,
         \"[\" \$3 \"](${BASE_URL}/buildSummary.php?buildid=\" \$1 \")\", \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.