From 498739a76e82080f849806f5e2f30212071eec22 Mon Sep 17 00:00:00 2001 From: silverweed Date: Mon, 7 Sep 2026 12:02:45 +0200 Subject: [PATCH] [CI] remove quotes from ROOT_CTEST_EXTRA_FLAGS in alma10-asan.txt The quotes cause the -E ... flags to be invoked with quotes around it, which ctest doesn't like in some platforms (like alma10) --- .github/workflows/root-ci-config/buildconfig/alma10-asan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-ci-config/buildconfig/alma10-asan.txt b/.github/workflows/root-ci-config/buildconfig/alma10-asan.txt index 65f3fd63f791a..98aad2c25685c 100644 --- a/.github/workflows/root-ci-config/buildconfig/alma10-asan.txt +++ b/.github/workflows/root-ci-config/buildconfig/alma10-asan.txt @@ -9,4 +9,4 @@ minimal=ON roottest=ON testing=ON LSAN_OPTIONS=verbosity=1:log_threads=1 -ROOT_CTEST_CUSTOM_FLAGS="-E \(gtest-core-metacling-TClingTest$\|roottest-cling-specialobj-runf02$\|roottest-root-collection-DeleteWarning$\|roottest-root-io-evolution-fixarr2$\|roottest-root-meta-rlibmap$\|roottest-root-tree-cloning-runtreeCloneTest2$\|roottest-root-treeproxy-vectorint-vectorint$\)" +ROOT_CTEST_CUSTOM_FLAGS=-E \(gtest-core-metacling-TClingTest$\|roottest-cling-specialobj-runf02$\|roottest-root-collection-DeleteWarning$\|roottest-root-io-evolution-fixarr2$\|roottest-root-meta-rlibmap$\|roottest-root-tree-cloning-runtreeCloneTest2$\|roottest-root-treeproxy-vectorint-vectorint$\)