mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e78a45b319
Previously the test script relied on the exact sequence of numbers returned by the used PRNG. This resulting e.g. in ``` $ USEMODULE=prng_musl_lcg make -C tests/pthread_barrier flash test ``` to fail, only because the order in which the children completed is slightly different due to different sleep durations. This fixes the issue. |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile | ||
Makefile.ci |