Colorize test results

This commit is contained in:
Richard Hansen 2020-07-06 15:59:30 -04:00
parent 5aa4fe71da
commit 1b63ae50c9

View file

@ -45,9 +45,9 @@ jobs:
- name: configure - name: configure
run: ./configure run: ./configure
- name: check - name: check
run: make VERBOSE=1 check run: make VERBOSE=1 AM_COLOR_TESTS=always check
- name: distcheck - name: distcheck
run: make VERBOSE=1 distcheck run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck
- name: distribution tarball is complete - name: distribution tarball is complete
run: ./.github/workflows/scripts/dist-tarball-check run: ./.github/workflows/scripts/dist-tarball-check
@ -63,9 +63,9 @@ jobs:
- name: configure - name: configure
run: ./configure run: ./configure
- name: check - name: check
run: make VERBOSE=1 check run: make VERBOSE=1 AM_COLOR_TESTS=always check
- name: distcheck - name: distcheck
run: make VERBOSE=1 distcheck run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck
test-centos8: test-centos8:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -79,9 +79,9 @@ jobs:
- name: configure - name: configure
run: ./configure run: ./configure
- name: check - name: check
run: make VERBOSE=1 check run: make VERBOSE=1 AM_COLOR_TESTS=always check
- name: distcheck - name: distcheck
run: make VERBOSE=1 distcheck run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck
test-fedora: test-fedora:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -95,9 +95,9 @@ jobs:
- name: configure - name: configure
run: ./configure run: ./configure
- name: check - name: check
run: make VERBOSE=1 check run: make VERBOSE=1 AM_COLOR_TESTS=always check
- name: distcheck - name: distcheck
run: make VERBOSE=1 distcheck run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck
test-redhat-ubi7: test-redhat-ubi7:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -113,6 +113,6 @@ jobs:
- name: configure - name: configure
run: ./configure run: ./configure
- name: check - name: check
run: make VERBOSE=1 check run: make VERBOSE=1 AM_COLOR_TESTS=always check
- name: distcheck - name: distcheck
run: make VERBOSE=1 distcheck run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck