mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
Split out the regex that matches the output line into a dedicated function (as it is used three times) and make it also accept nan and inf as double values. Previously a nan didn't match and occasional nans were not detected as a test failure.