From 3e954a24a156027ea2565ffd1ca48fb10a03ae5a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 27 Apr 2025 17:11:08 -0400 Subject: [PATCH] Fix the KDE_CI env var check This should make it possible to run this test on regular machines again. --- autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index a374a7a15..e75df999c 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -11,7 +11,7 @@ ecm_add_test( TEST_NAME neochatroomtest ) -if (NOT $ENV{KDE_CI}) +if (NOT DEFINED ENV{KDECI_BUILD}) ecm_add_test( texthandlertest.cpp LINK_LIBRARIES neochat Qt::Test