mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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: 93fb70aa59 ("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>
This commit is contained in:
parent
b5ba474f3f
commit
4b86316ef1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user