In
237489caf I mistakenly put the environment variables controlling
the retry wrapper in a separate never used environment.
)
suites = ['isc', 'cmocka']
- env = environment()
timeout = 300
if unit in flaky_isc_test
suites += 'flaky'
# Pass FLAKY and TIMEOUT to the test wrapper so it can retry appropriately
- env.set('FLAKY', '1')
- env.set('TIMEOUT', timeout.to_string())
+ test_env.set('FLAKY', '1')
+ test_env.set('TIMEOUT', timeout.to_string())
endif
test(
unit,