Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/cpu-hotplug: Add log info when test success

Add log information when run full test successfully.

Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Zhao Gongyi and committed by
Shuah Khan
96788ac5 51d4c851

+1 -1
+1 -1
tools/testing/selftests/cpu-hotplug/Makefile
··· 6 6 include ../lib.mk 7 7 8 8 run_full_test: 9 - @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" 9 + @/bin/bash ./cpu-on-off-test.sh -a && echo "cpu-hotplug selftests: [PASS]" || echo "cpu-hotplug selftests: [FAIL]" 10 10 11 11 clean: