From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id D1AFE3858D33; Sun, 3 Sep 2023 13:58:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1AFE3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693749507; bh=p6Q2HTbFFPYT7luaAqYVh4000QAewmLszKa78t3Xmdk=; h=From:To:Subject:Date:From; b=VlH4oLRq28+Kge3goagyOEyyKQgTl/Yzi3ppfGODeuN/zxLm13EmNC74WZxgflMgR HF1qCmv2Mtr7V/zGjMURThS2/9XggQkM4QJEsZMbT3kTnx4xbRpmuk20bxSdFN9CM6 IWYzL4ywsR/ptZkX/W/ENqA8gmHiB8p9TCWhlrvg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: CI: Take note of the testsuite status X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/main X-Git-Oldrev: c4aa56bbf26f297d4faf1bae80822c0d820a5d44 X-Git-Newrev: 1db6fb03e7b78c7201653e55e9eb27d4c2935967 Message-Id: <20230903135827.D1AFE3858D33@sourceware.org> Date: Sun, 3 Sep 2023 13:58:27 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D1db6fb03e7b= 78c7201653e55e9eb27d4c2935967 commit 1db6fb03e7b78c7201653e55e9eb27d4c2935967 Author: Jon Turney Date: Sat Jul 22 21:04:28 2023 +0100 Cygwin: CI: Take note of the testsuite status Diff: --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=3D-j$(nproc) && cd build && (export PATH=3D${{ matrix.target }}/winsup/testsuite/testinst/bin:= ${PATH} && cmd /c $(cygpath -wa ${{ matrix.target }}/winsup/cygserver/cygse= rver) &) && - (cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=3Dalway= s || true) + (cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=3Dalway= s) shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}' =20 # upload test logs to facilitate investigation of problems