linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix nits in the kunit
@ 2019-12-03  8:18 SeongJae Park
  2019-12-03  8:18 ` [PATCH v2 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig' SeongJae Park
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: SeongJae Park @ 2019-12-03  8:18 UTC (permalink / raw)
  To: brendanhiggins, shuah
  Cc: corbet, linux-kselftest, kunit-dev, linux-doc, linux-kernel,
	sjpark, SeongJae Park

This patchset contains trivial fixes for the kunit documentations and the
wrapper python scripts.


Changes from v1 (https://lore.kernel.org/linux-doc/1575242724-4937-1-git-send-email-sj38.park@gmail.com/):
 - Remove "docs/kunit/start: Skip wrapper run command" (A similar approach is
   ongoing)
 - Make 'build_dir' if not exists

SeongJae Park (5):
  docs/kunit/start: Use in-tree 'kunit_defconfig'
  kunit: Remove duplicated defconfig creation
  kunit: Create default config in '--build_dir'
  kunit: Place 'test.log' under the 'build_dir'
  kunit: Rename 'kunitconfig' to '.kunitconfig'

 Documentation/dev-tools/kunit/start.rst | 13 +++++--------
 tools/testing/kunit/kunit.py            | 14 ++++++++------
 tools/testing/kunit/kunit_kernel.py     |  8 ++++----
 3 files changed, 17 insertions(+), 18 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-03 17:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03  8:18 [PATCH v2 0/5] Fix nits in the kunit SeongJae Park
2019-12-03  8:18 ` [PATCH v2 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig' SeongJae Park
2019-12-03  8:18 ` [PATCH v2 2/5] kunit: Remove duplicated defconfig creation SeongJae Park
2019-12-03  8:18 ` [PATCH v2 3/5] kunit: Create default config in '--build_dir' SeongJae Park
2019-12-03  8:19 ` [PATCH v2 4/5] kunit: Place 'test.log' under the 'build_dir' SeongJae Park
2019-12-03  8:19 ` [PATCH v2 5/5] kunit: Rename 'kunitconfig' to '.kunitconfig' SeongJae Park
2019-12-03 17:41   ` Brendan Higgins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).