]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Display ftests.sh.log in the CI GUI
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Dec 2020 18:24:13 +0000 (11:24 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Dec 2020 18:24:13 +0000 (11:24 -0700)
Now that we invoke ftests.sh in the functional tests'
Makefile.am, test-suite.log isn't that useful.  Display
ftests.sh.log in the Github Actions GUI since
ftests.sh.log contains pass/fail info for each test.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml

index 634a9f553b32e5fca1fafc53472ae088eac4bfb2..e6c68c6d3e2d761aeeba002d18ef124c2f7ae4c2 100644 (file)
@@ -65,7 +65,7 @@ jobs:
     - name: Run functional tests
       run: make check
     - name: Display test logs
-      run: cat tests/ftests/test-suite.log
+      run: cat tests/ftests/ftests.sh.log
     - name: Archive test logs
       if: ${{ always() }}
       uses: actions/upload-artifact@v2
@@ -107,7 +107,7 @@ jobs:
     - name: Run functional tests
       run: make check
     - name: Display test logs
-      run: cat tests/ftests/test-suite.log
+      run: cat tests/ftests/ftests.sh.log
     - name: Archive test logs
       if: ${{ always() }}
       uses: actions/upload-artifact@v2