commit | 484ef6710d8d95e2932537b4a8923b66db22b1d1 | [log] [tgz] |
---|---|---|
author | Maciej Perkowski <Maciej.Perkowski@nordicsemi.no> | Thu Apr 15 11:37:39 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Apr 18 21:49:21 2021 -0400 |
tree | 9e057c43c2658d73d9bb2fb0de4cc9271c9eeaef | |
parent | 73c5594573d88bf950997a84a6efde084699abef [diff] |
twister: Fix memory footprint reporting logic With the previous logic memory footprint can only be saved in a report if a given test/sample was fully executed and passed (built and run), hence build-only tests were not providing these metrics. This commit modifies the logic so that it is enough to have the build successful to be able to get the memory footprint. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>