Skip to content

Commit 16c513b

Browse files
author
Shuah Khan
committed
selftests: memory-hotplug: silence test command echo
Silence the following command being printed while running test. ./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]" Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
1 parent 067b25a commit 16c513b

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/memory-hotplug

1 file changed

+1
-1
lines changed

tools/testing/selftests/memory-hotplug/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all:
44
include ../lib.mk
55

66
TEST_PROGS := mem-on-off-test.sh
7-
override RUN_TESTS := ./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]"
7+
override RUN_TESTS := @./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]"
88
override EMIT_TESTS := echo "$(RUN_TESTS)"
99

1010
run_full_test:

0 commit comments

Comments
 (0)