Changes in benchmark/rmit.py [6f27b67:af333e3]
- File:
-
- 1 edited
-
benchmark/rmit.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/rmit.py
r6f27b67 raf333e3 138 138 # ================================================================================ 139 139 # Identify the commands to run 140 command = './' + options.command[0] 141 if options.candidates: 142 commands = [command + "-" + c for c in options.candidates] 143 else: 144 commands = [command] 140 commands = ["./" + options.command[0] + "-" + c for c in options.candidates] 145 141 for c in commands: 146 142 if not os.path.isfile(c):
Note:
See TracChangeset
for help on using the changeset viewer.