mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
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:
@ -39,6 +39,7 @@ foreach t: tests
|
|||||||
{
|
{
|
||||||
'name': t,
|
'name': t,
|
||||||
'file': files(meson.current_source_dir() / t + '.py')[0],
|
'file': files(meson.current_source_dir() / t + '.py')[0],
|
||||||
|
'is_parallel': false,
|
||||||
'env': [
|
'env': [
|
||||||
'TOPBUILDDIR=' + meson.build_root(),
|
'TOPBUILDDIR=' + meson.build_root(),
|
||||||
'TOPSRCDIR=' + meson.source_root(),
|
'TOPSRCDIR=' + meson.source_root(),
|
||||||
|
|||||||
Reference in New Issue
Block a user