diff options
author | Brendan Higgins <brendanhiggins@google.com> | 2020-09-24 00:19:38 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-09-24 00:52:11 +0300 |
commit | 67e2fae3b767fd4444f3f161f6420d0d0338a10d (patch) | |
tree | feb77dc8bb761193dfff41b6ba11a5c0488cd0d8 /tools/testing/kunit/configs | |
parent | 21a6d1780d5bbfca0ce9b8104ca6233502fcbf86 (diff) | |
download | linux-67e2fae3b767fd4444f3f161f6420d0d0338a10d.tar.xz |
kunit: tool: fix --alltests flag
Alltests flag evidently stopped working when run from outside of the
root of the source tree, so fix that. Also add an additional broken
config to the broken_on_uml config.
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/kunit/configs')
-rw-r--r-- | tools/testing/kunit/configs/broken_on_uml.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/kunit/configs/broken_on_uml.config b/tools/testing/kunit/configs/broken_on_uml.config index 239b9f03da2c..a7f0603d33f6 100644 --- a/tools/testing/kunit/configs/broken_on_uml.config +++ b/tools/testing/kunit/configs/broken_on_uml.config @@ -39,3 +39,4 @@ # CONFIG_QCOM_CPR is not set # CONFIG_RESET_BRCMSTB_RESCAL is not set # CONFIG_RESET_INTEL_GW is not set +# CONFIG_ADI_AXI_ADC is not set |