Skip to content

Commit

Permalink
print command causing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 15, 2024
1 parent 6770e86 commit e1b1264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,7 @@ def run_shell_command(cmd):
required_queries = reduce_sql.reduce_multi_statement(all_queries, shell, load_script)
cmd = load_script + '\n' + last_query + "\n"

print(f"the following command causes an error: \n {cmd}")

if not dry:
fuzzer_helper.file_issue(cmd, error_msg, fuzzer_name, seed, git_hash)

0 comments on commit e1b1264

Please sign in to comment.