Fix the KDE_CI env var check

This should make it possible to run this test on regular machines again.
This commit is contained in:
Joshua Goins
2025-04-27 17:11:08 -04:00
committed by Tobias Fella
parent 08dc05c707
commit 3e954a24a1

View File

@@ -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