mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
bluez5: disable debug output in ptests
This makes the log very large and breaks the ptest result parser. (From OE-Core rev: 78221af4c0297e0278c042eed390ad0e53f2548a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
47a9dac49f
commit
fe20a6c256
@@ -6,7 +6,7 @@ failed=0
|
||||
all=0
|
||||
|
||||
for f in test-*; do
|
||||
"./$f"
|
||||
"./$f" -q
|
||||
case "$?" in
|
||||
0)
|
||||
echo "PASS: $f"
|
||||
|
||||
Reference in New Issue
Block a user