commit | 778a18cb1a2541f65abb4d9ca5ae976541e21f83 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Thu Apr 29 12:40:08 2021 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Mon May 03 09:55:33 2021 -0500 |
tree | fb85df5126a0a47510ed109df7d153746ffaa65a | |
parent | f31a8f67a94c5246d26f0e0444cb0fcace269a13 [diff] |
runners: tests: don't patch BuildConfiguration Instead of mocking out the BuildConfiguration class, just create its input file and let the real class do the work. This in turn exposes a bug in the way the board name is being pulled out of the BuildConfiguration, which we fix to keep the tests passing. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>