Skip to content

Commit

Permalink
Merge pull request #1128 from sosy-lab/metaval++-fix-input-file-passing
Browse files Browse the repository at this point in the history
Adjust how the command line is build, the function
  • Loading branch information
PhilippWendler authored Nov 23, 2024
2 parents a902532 + d78ed35 commit b653f96
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 b653f96

Please sign in to comment.