diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-04-11 16:12:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-11 16:12:48 +0000 |
commit | 25101331450b21ea4ca2c4250c06d290638cd357 (patch) | |
tree | 22704b44631d8b2cba514f5b5b653d5360aa50f1 | |
parent | 64c392afd017b412e8df9eda8ab08093b9933e6e (diff) | |
parent | 941d3b0c0fa4583c49fa6fd2aa3686a1b55ab187 (diff) |
Merge "Bug fix in using Unixbench"
-rw-r--r-- | yardstick/benchmark/scenarios/compute/unixbench_benchmark.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/compute/unixbench_benchmark.bash b/yardstick/benchmark/scenarios/compute/unixbench_benchmark.bash index 5a5dbc394..9f1804819 100644 --- a/yardstick/benchmark/scenarios/compute/unixbench_benchmark.bash +++ b/yardstick/benchmark/scenarios/compute/unixbench_benchmark.bash @@ -18,7 +18,7 @@ OUTPUT_FILE=/tmp/unixbench-out.log # run unixbench test run_unixbench() { - cd /opt/tempT/UnixBench/ + cd /opt/tempT/UnixBench/UnixBench/ ./Run $OPTIONS > $OUTPUT_FILE } |