riscv-software-src / riscv-tests

Other
906 stars 463 forks source link

Debug: suppress `PRNG seed ...` log messages when `gdbserver.py --list-tests <target>` used #561

Closed TommyMurphyTM1234 closed 5 months ago

TommyMurphyTM1234 commented 5 months ago

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.

See here for more background:

TommyMurphyTM1234 commented 5 months ago

Can this be merged now?

aap-sc commented 5 months ago

Can this be merged now?

Sorry! Completely forgot about this one.

TommyMurphyTM1234 commented 5 months ago

Can this be merged now?

Sorry! Completely forgot about this one.

Thanks a lot @aap-sc. 👍