Skip to content
Commit 49b73645 authored by Shuah Khan's avatar Shuah Khan
Browse files

selftests: lib.mk: suppress "cd" output from run_tests target



Suppress "cd" output from run_tests while running tests to declutter the
test results.

Running efivarfs test:
make --silent -C tools/testing/selftests/efivarfs/ run_tests

Before the change:

skip all tests: must be run as root
selftests: efivarfs.sh [PASS]
/lkml/linux-kselftest/tools/testing/selftests/efivarfs

After the change:

skip all tests: must be run as root
selftests: efivarfs.sh [PASS]

Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 11867a77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment