Skip to content

Commit

Permalink
selftests/cpu-hotplug: Correct log info
Browse files Browse the repository at this point in the history
Correct the log info to match the test.

Signed-off-by: Zhao Gongyi <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
  • Loading branch information
zhaogongyi authored and shuahkh committed Oct 5, 2022
1 parent ce29a14 commit 2354edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if [ $allcpus -eq 0 ]; then
online_cpu_expect_success $online_max

if [[ $offline_cpus -gt 0 ]]; then
echo -e "\t offline to online to offline: cpu $present_max"
echo -e "\t online to offline to online: cpu $present_max"
online_cpu_expect_success $present_max
offline_cpu_expect_success $present_max
online_cpu $present_max
Expand Down

0 comments on commit 2354edd

Please sign in to comment.