Skip to content

Commit

Permalink
Fix testing script for multithreaded generator
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass authored and nkaskov committed Jan 9, 2024
1 parent 3d50b54 commit 3051ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/make_proof_for_pairs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ make_proof_for_pair() {

local proof_generator_binary="${script_dir}/../build/bin/proof-generator/proof-generator"
if [ "$use_multithreaded" = true ]; then
proof_generator_binary="${script_dir}/../build/bin/proof-generator-multithreaded/proof-generator-multithreaded"
proof_generator_binary="${script_dir}/../build/bin/proof-generator-multi-threaded/proof-generator-multi-threaded"
fi

if [ -f "$crct_file" ]; then
Expand Down

0 comments on commit 3051ab0

Please sign in to comment.