Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 7cea6b964119747925312a7a00ff217021d6c4a1 https://github.com/bluez/bluez/commit/7cea6b964119747925312a7a00ff217021d6c4a1 Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-07-13 (Thu, 13 Jul 2023) Changed paths: M tools/test-runner.c Log Message: ----------- test-runner: set non-quiet printk before running tests It is useful to see WARN_ON etc. messages when running the tests. The 'quiet' in cmdline suppresses levels >= WARN, so re-enable them explicitly after boot, so that it is on by default and doesn't need to be handled in local test scripts. Commit: 9aff3f4941426d6a79d08404e1fe36767eadd0fd https://github.com/bluez/bluez/commit/9aff3f4941426d6a79d08404e1fe36767eadd0fd Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-07-13 (Thu, 13 Jul 2023) Changed paths: M tools/test-runner.c Log Message: ----------- test-runner: fix behavior when no audio server If no audio server, don't pass NULL to printf and parse TESTAUDIO correctly. Compare: https://github.com/bluez/bluez/compare/c62a4cb55183...9aff3f494142