diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-12 19:14:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-15 09:10:46 +0000 |
| commit | fe20a6c2562190b67109d29508dca58130113db7 (patch) | |
| tree | a99d72c6589c8145dd9ed45a7b50e1ce10139db1 /meta/recipes-connectivity | |
| parent | 47a9dac49f5cf3781c0494fa02c86701131225c3 (diff) | |
| download | poky-fe20a6c2562190b67109d29508dca58130113db7.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-connectivity')
| -rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5/run-ptest b/meta/recipes-connectivity/bluez5/bluez5/run-ptest index 21df00c327..0335e68e48 100644 --- a/meta/recipes-connectivity/bluez5/bluez5/run-ptest +++ b/meta/recipes-connectivity/bluez5/bluez5/run-ptest | |||
| @@ -6,7 +6,7 @@ failed=0 | |||
| 6 | all=0 | 6 | all=0 |
| 7 | 7 | ||
| 8 | for f in test-*; do | 8 | for f in test-*; do |
| 9 | "./$f" | 9 | "./$f" -q |
| 10 | case "$?" in | 10 | case "$?" in |
| 11 | 0) | 11 | 0) |
| 12 | echo "PASS: $f" | 12 | echo "PASS: $f" |
