* [PATCH mm-everything] selftests/vm: remove extraneous echo
@ 2022-11-17 0:06 Joel Savitz
0 siblings, 0 replies; only message in thread
From: Joel Savitz @ 2022-11-17 0:06 UTC (permalink / raw)
To: linux-kernel
Cc: Joel Savitz, Andrew Morton, Shuah Khan, linux-mm,
linux-kselftest, linux-next, Nico Pache
There is an extra echo statement in run_test(). Remove it.
Fixes: 98b3add737b4 ("selftests/vm: enable running select groups of tests")
Signed-off-by: Joel Savitz <jsavitz@redhat.com>
---
tools/testing/selftests/vm/run_vmtests.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/vm/run_vmtests.sh b/tools/testing/selftests/vm/run_vmtests.sh
index ce52e4f5ff21..9236010faaaa 100755
--- a/tools/testing/selftests/vm/run_vmtests.sh
+++ b/tools/testing/selftests/vm/run_vmtests.sh
@@ -142,7 +142,6 @@ echo "$ARCH64STR" | grep "$ARCH" &>/dev/null && VADDR64=1
# Usage: run_test [test binary] [arbitrary test arguments...]
run_test() {
if test_selected ${CATEGORY}; then
- echo "running: $1"
local title="running $*"
local sep=$(echo -n "$title" | tr "[:graph:][:space:]" -)
printf "%s\n%s\n%s\n" "$sep" "$title" "$sep"
--
2.38.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-17 0:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 0:06 [PATCH mm-everything] selftests/vm: remove extraneous echo Joel Savitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox