Browse Source

Comment

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9980 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 11 years ago
parent
commit
df7198f06e
  1. 2
      prism/etc/scripts/prism-auto

2
prism/etc/scripts/prism-auto

@ -340,7 +340,7 @@ def benchmark(file, args, dir=""):
logging.debug("Benchmarking: " + file + ", " + str(args)) logging.debug("Benchmarking: " + file + ", " + str(args))
# Add extra arguments from command line, if applicable # Add extra arguments from command line, if applicable
args = addExtraArgs(args) args = addExtraArgs(args)
# Expand output files to full paths
# Expand input/output files to full paths
args = expandFilenames(args, dir) args = expandFilenames(args, dir)
# Determine which out files apply to this benchmark from the -export switches (if required) # Determine which out files apply to this benchmark from the -export switches (if required)

Loading…
Cancel
Save