Skip to content

Commit

Permalink
selftests/cpu-hotplug: Add log info when test success
Browse files Browse the repository at this point in the history
Add log information when run full test successfully.

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 51d4c85 commit 96788ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/cpu-hotplug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 96788ac

Please sign in to comment.