Files
Martin Vogel 925e662e67 fix(tests): portable env calls in the parallel-determinism repro
setenv/unsetenv do not exist on Windows, so the bug-repro runner failed to
COMPILE there -- this is the 'runner did not execute' failure on the
repro-windows CI job and the local Windows board alike. The compat layer's
cbm_setenv/cbm_unsetenv (already included via repro_harness.h) are the repo
idiom; test_pipeline.c uses them for the same variable.

Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
2026-08-03 01:51:30 +02:00
..