From a1ee8a0f0508b5975bf52b5fa018a4434817cfe4 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 24 Aug 2022 18:21:18 +0100 Subject: Cygwin: testsuite: Drop using DejaGnu to run tests A more sophisticated (and modern) test harness would probably be useful, but switching to Automake's built-in test harness gets us parallel test execution, colourization of failures, simplifies matters, seems adequate for the current testuite, and means we don't need to write any icky Tcl. Signed-off-by: Jon Turney --- .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 39553d37a..5b96a5ee1 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -119,5 +119,5 @@ 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 || true) + (cd ${{ matrix.target }}/winsup; make check AM_COLOR_TESTS=always || true) shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}' -- cgit v1.2.3