gdbserver.py --list-tests <target> should output a list of tests for the selected target and nothing else.
An earlier PR/commit caused two PRNG seed ... log mesages to always be output at startup even when --list-tests was used.
This, in turn, caused problems with the Makefile driven tests.
This PR simply suppresses these PRNG seed ... log messages when --list-tests has been specified.
gdbserver.py --list-tests <target>
should output a list of tests for the selected target and nothing else. An earlier PR/commit caused twoPRNG seed ...
log mesages to always be output at startup even when--list-tests
was used. This, in turn, caused problems with theMakefile
driven tests. This PR simply suppresses thesePRNG seed ...
log messages when--list-tests
has been specified.See here for more background: