Skip to content

Commit 9d137db

Browse files
committed
rust backtrace and bitcoind_test added
1 parent 1ad9e5e commit 9d137db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tools/local-mutation-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ run_mutants() {
6464

6565
if [ "$mutant_count" -gt "$threshold" ]; then
6666
echo "Running mutants for $package ($mutant_count mutants)"
67-
cargo mutants --timeout-multiplier 1.5 --no-shuffle -vV \
67+
RUST_BACKTRACE=1 BITCOIND_TEST=1 cargo mutants --timeout-multiplier 1.5 --no-shuffle -vV \
6868
-F "$regex_pattern" \
6969
-E ": replace .{1,2} with .{1,2} in " \
7070
--output "$output_dir" \

0 commit comments

Comments
 (0)