On Mon, Jun 15, 2020 at 11:47 PM David Gow davidgow@google.com wrote:
When separating out different phases of running tests[1] (build/exec/parse/etc), the format of the KunitResult tuple changed (adding an elapsed_time variable). This is not populated during a build failure, causing kunit.py to crash.
This fixes [1] to probably populate the result variable, causing a failing build to be reported properly.
Signed-off-by: David Gow davidgow@google.com
Oh wow! This is an old issue.
Nice work!
Reviewed-by: Brendan Higgins brendanhiggins@google.com Tested-by: Brendan Higgins brendanhiggins@google.com