Skip to content

Commit 89ce9e1

Browse files
committed
fd-conformance: add --save-failures flag
1 parent c2dfe43 commit 89ce9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/fd-conformance.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ await $`rm -rf test_results`;
7070
await $`source test_suite_env/bin/activate && \
7171
solana-test-suite run-tests \
7272
-i ${firedancerFixturesPath} -s ${testTargetPathBuiltin} -t ${testTargetPathCoreBpf} \
73-
--consensus-mode`;
73+
--consensus-mode --save-failures`;
7474

7575
// Assert conformance.
7676
// There should be no fixtures in the `failed_protobufs` directory.

0 commit comments

Comments
 (0)