Adjusting the way Fedora runs Python's test suite

2017-07-19 Thread Nick Coghlan
Hi folks, While working on bootstrapping a new community sclo-python collection, I ran into some readability problems with the way the SCL Python spec file runs the test suite: it uses --verbose mode, which means there's a lot of noisy output to sort through to find the actual failure when somethi

Re: Adjusting the way Fedora runs Python's test suite

2017-07-19 Thread Bohuslav Kabrda
On Thu, Jul 20, 2017 at 7:51 AM, Nick Coghlan wrote: > Hi folks, > > While working on bootstrapping a new community sclo-python collection, > I ran into some readability problems with the way the SCL Python spec > file runs the test suite: it uses --verbose mode, which means there's > a lot of no