mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
4523c42196745beda8ae69e3d9bf6405140a93c3
We might be interested on check if a file is empty or not. One use case is check if the /sys/kernel/debug/devices_deferred file is not empty, in such case mean that a driver is deferred for some reason so probe didn't succeed. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
- Steps to run bootrr locally (helpful while testing on local board or creating new tests) Clone the bootrr repo or use a tarball from repo Run the below cmds for running tests for a given board locally # export PATH=$PWD/helpers:$PATH # ./boards/<file>
Description
Languages
Shell
99.4%
Makefile
0.6%