diff options
author | Peter Xu <[email protected]> | 2022-07-25 10:20:48 -0400 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-29 18:07:18 -0700 |
commit | 68deb82a7bfcf67c6491c2387215e038b525475f (patch) | |
tree | a79db702b5a4f2ec94369e012d45ccfd205e6c2d | |
parent | c942f5bd17b3a520710c6b80634be5c44aaa109e (diff) |
selftests: add soft-dirty into run_vmtests.sh
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Nadav Amit <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rwxr-xr-x | tools/testing/selftests/vm/run_vmtests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/run_vmtests.sh b/tools/testing/selftests/vm/run_vmtests.sh index 2af563a9652e..de86983b8a0f 100755 --- a/tools/testing/selftests/vm/run_vmtests.sh +++ b/tools/testing/selftests/vm/run_vmtests.sh @@ -190,4 +190,6 @@ then run_test ./protection_keys_64 fi +run_test ./soft-dirty + exit $exitcode |