From: Zhao Gongyi Date: Mon, 5 Sep 2022 13:36:15 +0000 (+0800) Subject: selftests/cpu-hotplug: Add log info when test success X-Git-Tag: v6.1-rc5~190^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96788ac53dbab980e2308c4dc57bea4ba8e0bd2a;p=platform%2Fkernel%2Flinux-starfive.git selftests/cpu-hotplug: Add log info when test success Add log information when run full test successfully. Signed-off-by: Zhao Gongyi Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/cpu-hotplug/Makefile b/tools/testing/selftests/cpu-hotplug/Makefile index d8be047..8b66c47 100644 --- a/tools/testing/selftests/cpu-hotplug/Makefile +++ b/tools/testing/selftests/cpu-hotplug/Makefile @@ -6,6 +6,6 @@ TEST_PROGS := cpu-on-off-test.sh include ../lib.mk run_full_test: - @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]" + @/bin/bash ./cpu-on-off-test.sh -a && echo "cpu-hotplug selftests: [PASS]" || echo "cpu-hotplug selftests: [FAIL]" clean: