From 1db6fb03e7b78c7201653e55e9eb27d4c2935967 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 22 Jul 2023 21:04:28 +0100 Subject: Cygwin: CI: Take note of the testsuite status --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 378d1d14a..9c6f352d2 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -123,7 +123,7 @@ jobs: export MAKEFLAGS=-j$(nproc) && cd build && (export PATH=${{ matrix.target }}/winsup/testsuite/testinst/bin:${PATH} && cmd /c $(cygpath -wa ${{ matrix.target }}/winsup/cygserver/cygserver) &) && - (cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always || true) + (cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always) shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}' # upload test logs to facilitate investigation of problems -- cgit v1.2.3