From 57ca0dc95e2ea40e1548f1d574e79d12f7befb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 27 Nov 2020 19:30:08 +0100 Subject: [PATCH] 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. --- tests/pam/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pam/meson.build b/tests/pam/meson.build index 15a9e57..dc0b071 100644 --- a/tests/pam/meson.build +++ b/tests/pam/meson.build @@ -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(),