From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [next] listing of tests is broken
Date: Fri, 9 Feb 2018 09:54:41 +0100 [thread overview]
Message-ID: <20180209095441.287880e0@windsurf.lan> (raw)
In-Reply-To: <CAGm1_kvtXtxu_YjCeXNOUr706hJp-nwrX77QOD9m9B7e3t6ftg@mail.gmail.com>
Hello,
On Fri, 9 Feb 2018 09:44:26 +0100, Yegor Yefremov wrote:
> ./support/testing/run-tests -l
>
> File "/home/user/br_test/support/testing/infra/basetest.py", line
> 45, in __init__
> self.config += "\nBR2_JLEVEL={}\n".format(self.jlevel)
> TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
>
> Any idea?
Yes, it is a fallout from the Rust tests, one of the class has no
"config" variable, which causes this breakage.
I have not yet decided if the right fix is to replace config = None by
config = list() in the base test class, or to fix the Rust test case.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
next prev parent reply other threads:[~2018-02-09 8:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-09 8:44 [Buildroot] [next] listing of tests is broken Yegor Yefremov
2018-02-09 8:54 ` Thomas Petazzoni [this message]
2018-02-09 9:04 ` Yegor Yefremov
2018-02-09 10:06 ` Thomas Petazzoni
2018-02-12 1:44 ` Ricardo Martincoski
2018-02-12 8:07 ` Thomas Petazzoni
2018-02-12 21:02 ` [Buildroot] [PATCH] support/testing: fix job check-gitlab-ci.yml Ricardo Martincoski
2018-02-13 5:02 ` Yegor Yefremov
2018-02-13 22:12 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180209095441.287880e0@windsurf.lan \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.