• Shuah Khan's avatar
    selftests: lib.mk: suppress "cd" output from run_tests target · 49b73645
    Shuah Khan authored
    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>
    49b73645
lib.mk 2.22 KB