]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: disable debug output in ptests
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 12 Dec 2019 18:14:22 +0000 (19:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Dec 2019 09:04:38 +0000 (09:04 +0000)
This makes the log very large and breaks the ptest result
parser.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5/run-ptest

index 21df00c3277d81e609e87c147f6c95f10308b2af..0335e68e489fb24334b462c9a2b800637d9867ba 100644 (file)
@@ -6,7 +6,7 @@ failed=0
 all=0
 
 for f in test-*; do
-    "./$f"
+    "./$f" -q
     case "$?" in
         0)
             echo "PASS: $f"