Skip to content

Commit 99b1ffd

Browse files
committed
Missed a test_tool path.
1 parent 2b689a3 commit 99b1ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

passmark/passmark_run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ usage()
101101
echo "$1 Usage:"
102102
echo " --cpu_add n: add n cpus each iteration until hit max cpus"
103103
echo " --powers_2: starting from 1 cpu, keep doubling the cpus until max cpus"
104-
source test_tools/general_setup --usage
104+
source ${curdir}/test_tools/general_setup --usage
105105
exit 1
106106
}
107107

@@ -283,7 +283,7 @@ install_tools "$@"
283283
# to_tuned_setting: tuned setting
284284
#
285285

286-
source test_tools/general_setup "$@"
286+
source ${curdir}/test_tools/general_setup "$@"
287287

288288
ARGUMENT_LIST=(
289289
"cpu_add"

0 commit comments

Comments
 (0)