test-runner: set non-quiet printk before running tests
authorPauli Virtanen <pav@iki.fi>
Wed, 12 Jul 2023 21:22:48 +0000 (00:22 +0300)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commitc2ee88900f0f02fb1bcff90cf4ef732a1db566ad
tree4f1be9b623b48fe9c7a988952e93dc31c12b5c2d
parent64b4434d128b8a58e3f7c825db871dfc0fa9463d
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.
tools/test-runner.c