Skip to content

Commit

Permalink
Adjust how the command line is build, the function
Browse files Browse the repository at this point in the history
handle_witness_of_task always returns a list of input_files
  • Loading branch information
Marian Lingsch-Rosenfeld authored and Marian Lingsch-Rosenfeld committed Nov 23, 2024
1 parent a902532 commit d78ed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/metaval++.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def cmdline(self, executable, options, task, rlimits):
task, options, "--witness", TaskFilesConsidered.SINGLE_INPUT_FILE
)

return [executable] + options + witness_options + [input_file]
return [executable] + options + witness_options + input_file

def determine_result(self, run):
separator = ":"
Expand Down

0 comments on commit d78ed35

Please sign in to comment.