From a4bb92e0c3ca2fd357f70e26bac9c217da79ef50 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Fri, 8 Sep 2023 14:58:12 +0000 Subject: [PATCH] fixup! Fix cpp-linter tests to avoid .git dependency Extend the fix from #7799 to CMake configurations. Fixes: #7881 --- regression/cpp-linter/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression/cpp-linter/CMakeLists.txt b/regression/cpp-linter/CMakeLists.txt index 7f8d4cedde5..911b528ccf2 100644 --- a/regression/cpp-linter/CMakeLists.txt +++ b/regression/cpp-linter/CMakeLists.txt @@ -1 +1 @@ -add_test_pl_tests("../../../scripts/cpplint.py") +add_test_pl_tests("../../../scripts/cpplint.py --repository=../../../")