Skip to content

Commit

Permalink
add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Sep 27, 2024
1 parent f8aea67 commit 5e5e7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run_fuzzer_script(fuzzer):
return "call sqlsmith(max_queries=${MAX_QUERIES}, seed=${SEED}, verbose_output=1, log='${LAST_LOG_FILE}', complete_log='${COMPLETE_LOG_FILE}');"
elif fuzzer == 'duckfuzz':
return "call fuzzyduck(max_queries=${MAX_QUERIES}, seed=${SEED}, verbose_output=1, log='${LAST_LOG_FILE}', complete_log='${COMPLETE_LOG_FILE}', \
enable_verification='${ENABLE_VERIFICATION}', randoms_config_filepath='${RANDOMS_CONFIG_FILEPATH});"
enable_verification='${ENABLE_VERIFICATION}', randoms_config_filepath='${RANDOMS_CONFIG_FILEPATH}');"
elif fuzzer == 'duckfuzz_functions':
return "call fuzz_all_functions(seed=${SEED}, verbose_output=1, log='${LAST_LOG_FILE}', complete_log='${COMPLETE_LOG_FILE}');"
else:
Expand Down

0 comments on commit 5e5e7ad

Please sign in to comment.