Skip to content
Snippets Groups Projects
Commit 34276486 authored by Florian Fischer's avatar Florian Fischer
Browse files

fix cmd for non server benchmarks

parent 7da91858
Branches
Tags
No related merge requests found
......@@ -300,7 +300,7 @@ class Benchmark (object):
# Prepend cmd if we are not measuring servers
if self.server_cmds == []:
actual_cmd = src.util.prefix_cmd_with_abspath(actual_cmd)
actual_cmd = "{} {} {}{}".format(self.measure_cmd,
actual_cmd = "{} {} {}".format(self.measure_cmd,
alloc["cmd_prefix"],
actual_cmd)
# substitute again
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment