Commit 4b86316e authored by Nico Pache's avatar Nico Pache Committed by Andrew Morton
Browse files

selftests/mm: dont run ksm_functional_tests twice

ksm functional test is already being run.  Remove the duplicate call to
./ksm_functional_tests.

Link: https://lkml.kernel.org/r/20231129221140.614713-1-npache@redhat.com


Fixes: 93fb70aa ("selftests/vm: add KSM unmerge tests")
Signed-off-by: default avatarNico Pache <npache@redhat.com>
Acked-by: default avatarJoel Savitz <jsavitz@redhat.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent b5ba474f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -334,8 +334,6 @@ CATEGORY="ksm_numa" run_test ./ksm_tests -N -m 0

CATEGORY="ksm" run_test ./ksm_functional_tests

run_test ./ksm_functional_tests

# protection_keys tests
if [ -x ./protection_keys_32 ]
then