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 2b689a3 commit 99b1ffdCopy full SHA for 99b1ffd
passmark/passmark_run
@@ -101,7 +101,7 @@ usage()
101
echo "$1 Usage:"
102
echo " --cpu_add n: add n cpus each iteration until hit max cpus"
103
echo " --powers_2: starting from 1 cpu, keep doubling the cpus until max cpus"
104
- source test_tools/general_setup --usage
+ source ${curdir}/test_tools/general_setup --usage
105
exit 1
106
}
107
@@ -283,7 +283,7 @@ install_tools "$@"
283
# to_tuned_setting: tuned setting
284
#
285
286
-source test_tools/general_setup "$@"
+source ${curdir}/test_tools/general_setup "$@"
287
288
ARGUMENT_LIST=(
289
"cpu_add"
0 commit comments