Commit 640a96c
committed
selftests/mm: fix a verbose log in run_test
JIRA: https://issues.redhat.com/browse/RHEL-130531
The line does not exist in the original upstream commit, and is obviosusly
a verbose print, such as below:
TAP version 13
running: ./virtual_address_range
# -------------------------------
# running ./virtual_address_range
# -------------------------------
# TAP version 13
# 1..1
# ok 1 # SKIP prctl(PR_SET_VMA_ANON_NAME) not supported
# # 1 skipped test(s) detected. Consider enabling relevant config options to improve coverage.
# # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:1 error:0
# [PASS]
ok 1 virtual_address_range
Upstream Status: RHEL-Only
Fixes: 8546332 ("selftests/vm: enable running select groups of tests")
Signed-off-by: Chunyu Hu <chuhu@redhat.com>1 parent a27039f commit 640a96c
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
| |||
0 commit comments