From f3e46a0f5aa17ab55c141ea8d8fb00fd65a08bade8878a58948f1f535b5f88f8 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 8 Jul 2022 11:40:48 +0000 Subject: [PATCH] Accepting request 987892 from home:aplanas:branches:security Run tests sequentially OBS-URL: https://build.opensuse.org/request/show/987892 OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=90 --- tpm2.0-tools.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tpm2.0-tools.spec b/tpm2.0-tools.spec index 89561bf..1bfeca5 100644 --- a/tpm2.0-tools.spec +++ b/tpm2.0-tools.spec @@ -17,7 +17,7 @@ %define _lto_cflags %{nil} -%bcond_with test +%bcond_without test Name: tpm2.0-tools Version: 5.2 Release: 0 @@ -100,7 +100,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %if %{with test} %check -%make_build check +# Do the tests sequentially to kill all tpm_server instances +# https://github.com/tpm2-software/tpm2-tools/issues/3042 +%make_build -j1 check %endif %changelog