Hi Frank, On Thu, Dec 4, 2025 at 7:33 PM Frank Ch. Eigler <[email protected]> wrote: > > Hi - > > > > +# for test case debugging, uncomment: > > > +set -x > > > > set should be commented out. > > FWIW, I'd prefer we set -x on by default all the time. The > tests/*.log files are a quite bearable size, and the contents are not > in a developer's face. And if a developer needs to see it, he or she > may well need to see the whole thing instead of editing the script and > rerunning, hoping for the same result. (Consider also the > buildbot/bunsen use case, where editing/rerunning is not so > lightweight.)
That's fine with me. Let's remove the comment above the set command then.
