mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-05 10:46:58 +00:00
selftests: mqueue: fix regression in silencing output from RUN_TESTS
Fix fix regression in silencing output from RUN_TESTS introduced by commit <8230b905a6780c6> selftests: mqueue: Use full path to run tests from Makefile Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
parent
3346a6a4e5
commit
ea344f6a50
@ -5,8 +5,8 @@ TEST_GEN_PROGS := mq_open_tests mq_perf_tests
|
|||||||
include ../lib.mk
|
include ../lib.mk
|
||||||
|
|
||||||
override define RUN_TESTS
|
override define RUN_TESTS
|
||||||
$(OUTPUT)/mq_open_tests /test1 || echo "selftests: mq_open_tests [FAIL]"
|
@$(OUTPUT)/mq_open_tests /test1 || echo "selftests: mq_open_tests [FAIL]"
|
||||||
$(OUTPUT)//mq_perf_tests || echo "selftests: mq_perf_tests [FAIL]"
|
@$(OUTPUT)/mq_perf_tests || echo "selftests: mq_perf_tests [FAIL]"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
override define EMIT_TESTS
|
override define EMIT_TESTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user