From e4a15e5518d4d7e76f7962659a03aba124b5429e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 7 May 2026 11:22:55 +0200 Subject: [PATCH] github: Let diff report if the active transforms are identical Since the check is skipped if no reference file is found, this makes it clear that files were actually compared. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 66a4d588f..126c57cf0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -175,7 +175,7 @@ jobs: retention-days: 5 - name: Verify active transforms run: | - test ! -f $ACTIVE_TRANSFORMS_REF || diff -u --color=always $ACTIVE_TRANSFORMS_REF $TESTS_ACTIVE_TRANSFORMS + test ! -f $ACTIVE_TRANSFORMS_REF || diff -us --color=always $ACTIVE_TRANSFORMS_REF $TESTS_ACTIVE_TRANSFORMS - run: ccache -sv # delete old cache entry as we currently can't update it any other way - env: