From 53edc30b7eeab161cdd2fc9d6b28c85c515a674e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Tue, 2 Mar 2021 09:44:29 +0200 Subject: Fix test running Apparently it is not enough to unset the MAKEFLAGS for jom. It still was running test in parallel and trying to write results to same file. Change-Id: Id0c968dde4c2d005e71a1895e3d2190e8685f3ec Reviewed-by: Katja Marttila (cherry picked from commit 4687686a64057618e58931912b8a12997fa0f1a3) Reviewed-by: Arttu Tarkiainen --- coin/instructions/make_check_instructions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/instructions/make_check_instructions.yaml b/coin/instructions/make_check_instructions.yaml index a2aac5dac..9253fa548 100644 --- a/coin/instructions/make_check_instructions.yaml +++ b/coin/instructions/make_check_instructions.yaml @@ -103,7 +103,7 @@ instructions: - type: RunQtUnitTest testRepetitionAllowance: 3 directory: "{{.SourceDir}}/tests/auto" - runTestCommand: ["jom", "check"] + runTestCommand: ["jom", "check", "-j1"] maxTimeInSeconds: 3600 maxTimeBetweenOutput: 600 userMessageOnFailure: "Failed to run make check, check logs." -- cgit v1.2.3