commit | 2d15625237f1647504974f5b04010e7eccd4008b | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Fri Oct 18 10:02:20 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Tue Nov 05 10:45:06 2019 +0800 |
tree | f6939be95b0257eb379dc7b2ee4efcbc3d761b45 | |
parent | 1517f5f6781b1e6b258747d4ccb3eb803919f289 [diff] |
Fix an incorrect logging It was incorrectly using "%d" to log a "METHOD" string. Fix it. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I792f82feb894f5d5a83c4d4f60f52135f6d08dd0
phosphor-psu-code-mgmt is a service to provide management for PSU code, including:
meson build/ && ninja -C build
meson -Doe-sdk=enabled -Dtests=enabled build/ ninja -C build/ test # Meson skips running the case due to it thinks it's cross compiling # Manually run the tests for t in `find build/test/ -maxdepth 1 -name "test_*"`; do ./$t || break ; done