From: Tom Hromatka Date: Thu, 17 Dec 2020 18:24:13 +0000 (-0700) Subject: github: Display ftests.sh.log in the CI GUI X-Git-Tag: v2.0.rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca73827d1ff7cbb0279fe4f0770480bac3f1caa2;p=thirdparty%2Flibcgroup.git github: Display ftests.sh.log in the CI GUI 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 --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 634a9f55..e6c68c6d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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