Skip to content

Commit

Permalink
test: use -noTitle crunch option to reduce log noise
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 5, 2024
1 parent b280aa9 commit dde3a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def crunch(input_path, output_path, options=[]):
if input_path:
input_path = convert_path(input_path)
output_path = convert_path(output_path)
command_list += ["-file", input_path, "-out", output_path]
command_list += ["-noTitle", "-file", input_path, "-out", output_path]

run(command_list)

Expand Down

0 comments on commit dde3a29

Please sign in to comment.