On 2/19/19 11:37 AM, Eric Blake wrote: > On 2/19/19 10:21 AM, Daniel P. Berrangé wrote: > >>>> +tls_certtool() >>>> +{ >>>> + certtool "$@" 1>certtool.log 2>&1 >>>> + if test "$?" = 0; then >>>> + head -1 certtool.log >>>> + else >>>> + cat certtool.log >>>> + fi >>>> + rm -f certtool.log >>>> +} >>> >>> I assume this is running in a unique directory so that there can not be >>> a clash with a test running in parallel? Otherwise I'd recommend an >>> mktemp file name here... >> >> Hmm, could be a problem. Whatever happened to the plan to make every >> iotests run in a private directory ? Did that ever get done ? > > Nope, still not done :( > > Jeff left Red Hat, and so far no one else has revived his series. > Volunteers? > I might work on this during the freeze as a testing enhancement. --js