Skip to content

Commit

Permalink
Added catch-all witness pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 23, 2024
1 parent 39256a0 commit 222b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/slurm/arrayexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def execute_batch(
run.result_files_folder,
os.path.join(tempdir, str(i)),
run,
benchmark.result_files_patterns,
benchmark.result_files_patterns + "*witness*", # e.g., deagle uses mismatched naming
)
)
output_handler.output_after_run(run)
Expand Down

0 comments on commit 222b306

Please sign in to comment.