Skip to content

Commit

Permalink
Missed a test_tool path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Jun 27, 2024
1 parent 2b689a3 commit 99b1ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passmark/passmark_run
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ usage()
echo "$1 Usage:"
echo " --cpu_add n: add n cpus each iteration until hit max cpus"
echo " --powers_2: starting from 1 cpu, keep doubling the cpus until max cpus"
source test_tools/general_setup --usage
source ${curdir}/test_tools/general_setup --usage
exit 1
}

Expand Down Expand Up @@ -283,7 +283,7 @@ install_tools "$@"
# to_tuned_setting: tuned setting
#

source test_tools/general_setup "$@"
source ${curdir}/test_tools/general_setup "$@"

ARGUMENT_LIST=(
"cpu_add"
Expand Down

0 comments on commit 99b1ffd

Please sign in to comment.