We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79cea4 commit dda7cc2Copy full SHA for dda7cc2
agent/bench-scripts/pbench-uperf
@@ -27,7 +27,7 @@ pbench_bin="`cd ${script_path}/..; /bin/pwd`"
27
benchmark="uperf"
28
benchmark_rpm=${benchmark}
29
if [[ -z "$benchmark_bin" ]]; then
30
- benchmark_bin=/usr/local/bin/$benchmark
+ benchmark_bin=/usr/bin/$benchmark
31
fi
32
ver="$(getconf.py version uperf)"
33
if [[ -z "${ver}" ]]; then
0 commit comments