diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-06-16 12:54:20 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-06-16 14:33:57 +0900 |
commit | c59f66b61ab5134110a8283a0ac44580e95d9120 () | |
tree | 9f2d1ff3550c5000f6e122fa07daf5bd749c0556 | |
parent | 311aa0dfa7cdc1343cccc00e358dc871865a409d (diff) |
CI: Fix spec_opts
-rwxr-xr-x | ./actions/compilers/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" || : fi } launchable_record_test() { |