From 806afe0a284ce9ebcfc6591ebdd7517fa336d1c1 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 21 Feb 2022 11:05:23 +0100 Subject: [PATCH] tests: fix tests/rhbz-1647130 missing clang-analyzer requirement --- tests/rhbz_1647130/main.fmf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/rhbz_1647130/main.fmf b/tests/rhbz_1647130/main.fmf index fef12e3..53a4d0c 100644 --- a/tests/rhbz_1647130/main.fmf +++ b/tests/rhbz_1647130/main.fmf @@ -5,9 +5,11 @@ adjust: # Common requirements when LLVM is not SCL-ized - require+: - clang + - clang-analyzer when: "collection is not defined" # Requirements for SCL-ized LLVM - require+: - llvm-toolset-13.0-clang + - llvm-toolset-13.0-clang-analyzer when: "collection == llvm-toolset-13.0"