All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Improvements to bitbake-selftest
@ 2016-08-18 16:55 Markus Lehtonen
  2016-08-18 16:55 ` [PATCH 1/4] bitbake-selftest: utilize unittest.main better Markus Lehtonen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Markus Lehtonen @ 2016-08-18 16:55 UTC (permalink / raw)
  To: bitbake-devel

This patchset aims at making it easier to debug and develop bitbake unit tests.
It makes it possible to have finer control of which tests to run and improves
the console output, especially for failed tests. One patch also allows
preserving temporary directories for deeper debugging.

The following changes since commit 3ff1c66e6f336e5de7dcbc983a97fcd19ddc6b81:

  bitbake: Update version to 1.31.1 (2016-08-18 10:05:26 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/bitbake/unittest
  http://git.openembedded.org/openembedded-core-contrib/log/?h=marquiz/bitbake/unittest


Markus Lehtonen (4):
  bitbake-selftest: utilize unittest.main better
  bitbake-selftest: add help text for env variable(s)
  bitbake-selftest: introduce BB_TMPDIR_NOCLEAN
  bitbake-selftest: enable bitbake logging to stdout

 bin/bitbake-selftest  | 61 ++++++++++++++++++++++++++++++++-------------------
 lib/bb/tests/fetch.py |  5 ++++-
 2 files changed, 43 insertions(+), 23 deletions(-)

-- 
2.6.6



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

end of thread, other threads:[~2016-08-19  9:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 16:55 [PATCH 0/4] Improvements to bitbake-selftest Markus Lehtonen
2016-08-18 16:55 ` [PATCH 1/4] bitbake-selftest: utilize unittest.main better Markus Lehtonen
2016-08-18 17:03   ` Richard Purdie
2016-08-19  5:41     ` Markus Lehtonen
2016-08-19  9:31       ` Richard Purdie
2016-08-18 16:55 ` [PATCH 2/4] bitbake-selftest: add help text for env variable(s) Markus Lehtonen
2016-08-18 16:55 ` [PATCH 3/4] bitbake-selftest: introduce BB_TMPDIR_NOCLEAN Markus Lehtonen
2016-08-18 16:55 ` [PATCH 4/4] bitbake-selftest: enable bitbake logging to stdout Markus Lehtonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.