Skip to content

Commit

Permalink
remove support for identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ricffb committed Dec 18, 2024
1 parent 3b552c5 commit dd61ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/spf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def version(self, executable):

def cmdline(self, executable, options, tasks, rlimits):
options = options + ["--propertyfile", tasks.property_file]
return [executable] + options + list(tasks.input_files_or_identifier)
return [executable] + options + list(tasks.input_files)

def determine_result(self, run):
output = run.output
Expand Down

0 comments on commit dd61ae1

Please sign in to comment.