Skip to content

Commit 094b58e

Browse files
committed
Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest fixes from Shuah Khan: "A fix for regression in memory-hotplug install script that prevents the test from running on the target" * tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests: memory-hotplug: fix emit_tests regression
2 parents 5470461 + ba004a2 commit 094b58e

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

tools/testing/selftests/memory-hotplug/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ include ../lib.mk
55

66
TEST_PROGS := mem-on-off-test.sh
77
override RUN_TESTS := @./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]"
8-
override EMIT_TESTS := echo "$(RUN_TESTS)"
8+
9+
override EMIT_TESTS := echo "$(subst @,,$(RUN_TESTS))"
910

1011
run_full_test:
1112
@/bin/bash ./mem-on-off-test.sh && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"

0 commit comments

Comments
 (0)