diff options
Diffstat (limited to 'src/benchmark.py')
| -rw-r--r-- | src/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index 5e32c89..956e4b5 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -252,7 +252,7 @@ class Benchmark (object): print() print_debug("Stdout:\n" + res.stdout) print_debug("Stderr:\n" + res.stderr) - raise Exception("{} failed with exit code {} for {}".format(actual_cmd, res.returncode), tname) + raise Exception("{} failed with exit code {} for {}".format(actual_cmd, res.returncode, tname)) if "ERROR: ld.so" in res.stderr: print() |
