lkml.org 
[lkml]   [2018]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[GIT PULL] kselftest fixes update for 4.16-5
Date
Hi Linus,

Please pull the following Kselftest update for 4.16-rc5.

This kselftest fixes update has a fix for regression in memory-hotplug
install script that prevents the test from running on the target.

Diff for the update is attached.

thanks,
-- Shuah

-----------------------------------------------------------------------------------

The following changes since commit f6869826de700bce59e2cef14974f99836e34e4f:

selftests: vm: update .gitignore with new test (2018-02-26 16:09:50 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-4.16-rc5

for you to fetch changes up to ba004a2955f759946d8c98ca1a9c8d09818b1223:

selftests: memory-hotplug: fix emit_tests regression (2018-03-02 10:12:59 -0700)

----------------------------------------------------------------
linux-kselftest-4.16-rc5

This kselftest fixes update has a fix for regression in memory-hotplug
install script that prevents the test from running on the target.

----------------------------------------------------------------
Shuah Khan (1):
selftests: memory-hotplug: fix emit_tests regression

tools/testing/selftests/memory-hotplug/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


-----------------------------------------------------------------------------------
diff --git a/tools/testing/selftests/memory-hotplug/Makefile b/tools/testing/selftests/memory-hotplug/Makefile
index 183b46883875..686da510f989 100644
--- a/tools/testing/selftests/memory-hotplug/Makefile
+++ b/tools/testing/selftests/memory-hotplug/Makefile
@@ -5,7 +5,8 @@ include ../lib.mk

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

run_full_test:
@/bin/bash ./mem-on-off-test.sh && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"
\
 
 \ /
  Last update: 2018-03-05 18:12    [W:0.024 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site