selftests/mm: dont run ksm_functional_tests twice
authorNico Pache <npache@redhat.com>
Wed, 29 Nov 2023 22:11:40 +0000 (15:11 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 12 Dec 2023 18:57:02 +0000 (10:57 -0800)
commit4b86316ef18231109e4ebb3661ffc69d816fb56f
tree402242ed4310abc1faf2acd716018133dbe8dc66
parentb5ba474f3f518701249598b35c581b92a3c95b48
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: 93fb70aa5904 ("selftests/vm: add KSM unmerge tests")
Signed-off-by: Nico Pache <npache@redhat.com>
Acked-by: Joel Savitz <jsavitz@redhat.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/run_vmtests.sh