Skip to content

Commit e12a6d1

Browse files
committed
yanglint BUGFIX ignore interactive tests
1 parent b37b495 commit e12a6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yanglint/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(WIN32)
1+
if(WIN32 OR NOT ENABLE_YANGLINT_INTERACTIVE)
22
set(YANGLINT_INTERACTIVE OFF)
33
else()
44
set(YANGLINT_INTERACTIVE ON)

0 commit comments

Comments
 (0)