diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-06-16 12:54:20 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-06-16 14:33:57 +0900 |
| commit | c59f66b61ab5134110a8283a0ac44580e95d9120 (patch) | |
| tree | 9f2d1ff3550c5000f6e122fa07daf5bd749c0556 | |
| parent | 311aa0dfa7cdc1343cccc00e358dc871865a409d (diff) | |
CI: Fix spec_opts
| -rwxr-xr-x | .github/actions/compilers/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/compilers/entrypoint.sh b/.github/actions/compilers/entrypoint.sh index f39a8a066e..16c3f9f21d 100755 --- a/.github/actions/compilers/entrypoint.sh +++ b/.github/actions/compilers/entrypoint.sh @@ -123,7 +123,7 @@ setup_launchable() { --flavor cppflags="${INPUT_CPPFLAGS}" \ --test-suite test-spec \ > "${builddir}"/${test_spec_session_file} \ - spec_opts+=--launchable-test-reports="${test_spec_report_path}" || : + && spec_opts+=--launchable-test-reports="${test_spec_report_path}" || : fi } launchable_record_test() { |
