Skip to content

Commit c59f66b

Browse files
committed
CI: Fix spec_opts
1 parent 311aa0d commit c59f66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ setup_launchable() {
123123
--flavor cppflags="${INPUT_CPPFLAGS}" \
124124
--test-suite test-spec \
125125
> "${builddir}"/${test_spec_session_file} \
126-
spec_opts+=--launchable-test-reports="${test_spec_report_path}" || :
126+
&& spec_opts+=--launchable-test-reports="${test_spec_report_path}" || :
127127
fi
128128
}
129129
launchable_record_test() {

0 commit comments

Comments
 (0)