Commit e4a15e5518 for strongswan.org
commit e4a15e5518d4d7e76f7962659a03aba124b5429e
Author: Tobias Brunner <tobias@strongswan.org>
Date: Thu May 7 11:22:55 2026 +0200
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.
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 66a4d588fc..126c57cf09 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: