Update macros

This commit is contained in:
2026-01-05 11:36:49 +08:00
parent 73a6911d5c
commit 1d7d626703

View File

@@ -27,9 +27,9 @@
\\\
# How to exclude go modules: \\\
# Exact package exclusions: %{?go_test_exclude} (space-separated list of packages) \\\
# Regex-based exclusions: set the GO_TEST_EXCLUDE_RE environment variable or use %{?go_test_exclude_re} \\\
# Regex-based exclusions: set the GO_TEST_EXCLUDE_GLOB environment variable or use %{?go_test_exclude_glob} \\\
_go_ex_list="%{?go_test_exclude}" ; \\\
_go_ex_re="${GO_TEST_EXCLUDE_RE:-%{?go_test_exclude_re}}" ; \\\
_go_ex_re="${GO_TEST_EXCLUDE_GLOB:-%{?go_test_exclude_glob}}" ; \\\
\\\
_go_pkgs="" ; \\\
while IFS= read -r _pkg; do \\\