Skip to content

node test: Improve --generate

Matthias Clasen requested to merge matthiasc/for-master into master

This is a pet peeve of mine: When we call g_test_init() before handling --generate, the random seed spew pollutes the output. Highly annoying. I've fixes many test binaries over the years, but more keep popping up.

Merge request reports