diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-03 10:05:24 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-08 08:05:44 -0400 |
commit | bcaab91bf61327bb7c2a0259292c2a336ad6513a (patch) | |
tree | d36800aee4f941a14d85d3b419709e9d4f29448f /packaging/createpkg.py | |
parent | 14de8ac5a9e04490a67e3ddcbd44b31915aed1b9 (diff) | |
download | meson-bcaab91bf61327bb7c2a0259292c2a336ad6513a.zip meson-bcaab91bf61327bb7c2a0259292c2a336ad6513a.tar.gz meson-bcaab91bf61327bb7c2a0259292c2a336ad6513a.tar.bz2 |
mtest: Set MESON_TEST_ITERATION to the current iteration of the test
When running our integration tests in systemd we depend on each test
having a unique name. This is always the case unless --repeat is used,
in which case multiple tests with the same name run concurrently which
causes issues when allocating resources that use the test name as the
identifier.
Let's set MESON_TEST_ITERATION to the current iteration of the test so
we can use $TEST_NAME-$TEST_ITERATION as our test identifiers which will
avoid these issues.
Diffstat (limited to 'packaging/createpkg.py')
0 files changed, 0 insertions, 0 deletions