changeset 30822:35b6f68c8e46

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 05 Mar 2022 11:28:54 +0100
parents 3ee2fba50b72 (current diff) f5587d651bc7 (diff)
children 9044db9bcf81
files .github/workflows/make.yaml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Fri Mar 04 14:24:01 2022 -0500
+++ b/.github/workflows/make.yaml	Sat Mar 05 11:28:54 2022 +0100
@@ -294,7 +294,7 @@
 
       - name: analyze test suite results
         # Make sure the test summary lists 0 "FAIL"s and no "REGRESSION"
-        run:  |
+        run: |
           [ -n "$(grep -e "FAIL\s*0" ./test-suite.log)" ] || echo "::warning::At least one test failed"
           [ -z "$(grep -e "REGRESSION" ./test-suite.log)" ] || echo "::warning::At least one regression in test suite"
           echo Finished analyzing test suite results.
@@ -523,7 +523,7 @@
 
       - name: analyze test suite results
         # Make sure the test summary lists 0 "FAIL"s and no "REGRESSION"
-        run:  |
+        run: |
           [ -n "$(grep -e "FAIL\s*0" ./test-suite.log)" ] || echo "::warning::At least one test failed"
           [ -z "$(grep -e "REGRESSION" ./test-suite.log)" ] || echo "::warning::At least one regression in test suite"
           echo Finished analyzing test suite results.