From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Fri, 9 Feb 2018 09:54:41 +0100 Subject: [Buildroot] [next] listing of tests is broken In-Reply-To: References: Message-ID: <20180209095441.287880e0@windsurf.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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