Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-07-22 23:04:28 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-09-02 18:55:42 +0300
commit1db6fb03e7b78c7201653e55e9eb27d4c2935967 (patch)
treed9f5b59488165ceafd1bb0362f912dd1bdfe7f6c /.github
parentc4aa56bbf26f297d4faf1bae80822c0d820a5d44 (diff)
Cygwin: CI: Take note of the testsuite status
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cygwin.yml2
1 files changed, 1 insertions, 1 deletions
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