Commit 2354edd0 authored by Zhao Gongyi's avatar Zhao Gongyi Committed by Shuah Khan

selftests/cpu-hotplug: Correct log info

Correct the log info to match the test.
Signed-off-by: default avatarZhao Gongyi <zhaogongyi@huawei.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent ce29a148
...@@ -196,7 +196,7 @@ if [ $allcpus -eq 0 ]; then ...@@ -196,7 +196,7 @@ if [ $allcpus -eq 0 ]; then
online_cpu_expect_success $online_max online_cpu_expect_success $online_max
if [[ $offline_cpus -gt 0 ]]; then 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 online_cpu_expect_success $present_max
offline_cpu_expect_success $present_max offline_cpu_expect_success $present_max
online_cpu $present_max online_cpu $present_max
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment