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:
committed by
Tobias Fella
parent
08dc05c707
commit
3e954a24a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user