tests/pam: Don't run PAM tests in parallel

Given they could re-use the same pam-wrapper temporary dir, it's better
to avoid running them concurrently.
This commit is contained in:
Marco Trevisan (Treviño)
2020-11-27 19:30:08 +01:00
parent 85ba309e9d
commit 57ca0dc95e

View File

@ -39,6 +39,7 @@ foreach t: tests
{
'name': t,
'file': files(meson.current_source_dir() / t + '.py')[0],
'is_parallel': false,
'env': [
'TOPBUILDDIR=' + meson.build_root(),
'TOPSRCDIR=' + meson.source_root(),