commit | de4d73b16d5d9c3e5d03a66046e5410e1e74f903 | [log] [tgz] |
---|---|---|
author | Daniel Latypov <dlatypov@google.com> | Thu Jan 27 14:17:10 2022 -0800 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Wed Feb 02 11:12:15 2022 -0700 |
tree | 4937e2b8129498cc8d91f71b80df2501b4a19455 | |
parent | 235528072f28b3b0a1446279b7eaddda36dbf743 [diff] |
kunit: fix missing f in f-string in run_checks.py We're missing the `f` prefix to have python do string interpolation, so we'd never end up printing what the actual "unexpected" error is. Fixes: ee92ed38364e ("kunit: add run_checks.py script to validate kunit changes") Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: David Gow <davidgow@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>