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>
- 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
- 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