kumquat-buildroot/support
Arnout Vandecappelle 704db1586c support/testing: unbreak run-tests -l
In commit b78b50465c, the initialisation
of BRTest.builddir was moved to the __init__ function. However, it is
set based on BRTest.outputdir and that is only set when the -o argument
is given to run-tests. When called as "run-tests -l", there is no -o
argument so BRTest.outputdir remains unset.

To fix, keep BRTest.builddir at None when BRTest.outputdir is None.

While we're at it, drop the direct access to the class member. If a
subclass wishes to set outputdir to something else before calling
BRTest.__init__, they are free to do so.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-10 23:51:33 +02:00
..
dependencies Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin 2017-07-05 15:19:29 +02:00
docker support: add Dockerfile for CI 2017-07-02 23:45:24 +02:00
download
gnuconfig
kconfig
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
libtool
misc pkg-cmake: programs are now installed in $(HOST_DIR)/bin 2017-07-05 11:50:21 +02:00
scripts pkg-stats: add exception for nvidia-tegra23.mk 2017-07-06 21:46:04 +02:00
testing support/testing: unbreak run-tests -l 2017-07-10 23:51:33 +02:00