mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 18:43:18 +08:00
Remove pg12 version check in prove tests
This commit is contained in:
parent
1a5370643e
commit
1072c73bc6
@ -1,11 +1,5 @@
|
||||
set(PROVE_DEBUG_TEST_FILES)
|
||||
if(${PG_VERSION_MAJOR} GREATER "12")
|
||||
list(APPEND PROVE_DEBUG_TEST_FILES 001_extension.pl
|
||||
002_replication_telemetry.pl)
|
||||
endif()
|
||||
|
||||
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
list(APPEND PROVE_TEST_FILES ${PROVE_DEBUG_TEST_FILES})
|
||||
list(APPEND PROVE_TEST_FILES 001_extension.pl 002_replication_telemetry.pl)
|
||||
endif(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
|
||||
foreach(P_FILE ${PROVE_TEST_FILES})
|
||||
|
Loading…
x
Reference in New Issue
Block a user