]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-selftest: Improve listing by reducing unneeded spacing
authorHumberto Ibarra <humberto.ibarra.lopez@intel.com>
Wed, 18 May 2016 16:17:59 +0000 (11:17 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 07:39:26 +0000 (08:39 +0100)
commit53da74155942febd520836cabf3aa727c53ce5ca
tree8a876d911b8f3cd563956863b36f0f2e3272cfe0
parent1f21c46e517685ff1363d3b6f4fd840300b1930b
scripts/oe-selftest: Improve listing by reducing unneeded spacing

The --list-tests option assumes a terminal of 150 characters wide,
which is clearly wrong. The output for this command is messy and
hard to understand for lower widths. Every command should look
good in a 80 characters terminal.

Unfortunately, this can't be done at the moment. The bad naming of
testcases have made the test names incredibly long.

This patch reduces spacing between columns and shows the tests
names in a concise and understandable way. The format is even the
same one required for running a testcase. Once the testcase naming
improves, this output will look even better.

[Yocto #9534]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-selftest