Skip to content

Commit 640a96c

Browse files
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/mm/run_vmtests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ pretty_name() {
212212
# Usage: run_test [test binary] [arbitrary test arguments...]
213213
run_test() {
214214
if test_selected ${CATEGORY}; then
215-
echo "running: $1"
216215
# On memory constrainted systems some tests can fail to allocate hugepages.
217216
# perform some cleanup before the test for a higher success rate.
218217
if [ ${CATEGORY} == "thp" ] | [ ${CATEGORY} == "hugetlb" ]; then

0 commit comments

Comments
 (0)