mbox series

[v2,0/2] kunit: tool: Respect '.kunitconfig' in '--build_dir'

Message ID 20201022074011.1990-1-sjpark@amazon.com (mailing list archive)
Headers show
Series kunit: tool: Respect '.kunitconfig' in '--build_dir' | expand

Message

SeongJae Park Oct. 22, 2020, 7:40 a.m. UTC
From: SeongJae Park <sjpark@amazon.de>

This patchset makes kunit tool to respect '.kunitconfig' under the
'--build_dir'.

Revision History
================

From v1
(https://lore.kernel.org/linux-kselftest/20201012102621.32226-2-sjpark@amazon.com/)
- Rebase on master branch of linus' tree (Not a clean rebase)
- Add 'Reviewed-by: Brendan Higgins <brendanhiggins@google.com>' in
  second patch

SeongJae Park (2):
  kunit: tool: Respect '.kunitconfig' in 'build_dir'
  kunit: tool: Mark 'kunittest_config' as constant again

 tools/testing/kunit/kunit.py        | 28 +++++++++++++++-------------
 tools/testing/kunit/kunit_kernel.py |  6 +++---
 2 files changed, 18 insertions(+), 16 deletions(-)