Skip to content

Commit

Permalink
fixup rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Aug 29, 2020
1 parent 8004383 commit 879b2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemtests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,16 +630,16 @@ endif()

if(TARGET python-fd)
if(S3CMD)
list(APPEND SYSTEM_TESTS "python-fd-plugin-libcloud-test")
list(APPEND SYSTEM_TESTS "python-fd-plugin-libcloud-test")
else()
message("s3cmd not found, disabling python-fd-plugin-libcloud-test")
list(APPEND SYSTEM_TESTS_DISABLED "python-fd-plugin-libcloud-test")
endif()
list(APPEND SYSTEM_TESTS "pyplug-fd-local-fileset-restoreobject")
else()
list(APPEND SYSTEM_TESTS_DISABLED "pyplug-fd-local-fileset-restoreobject")
endif()
list(APPEND SYSTEM_TESTS_DISABLED "python-fd-plugin-libcloud-test")
endif()

message("checking for requirements of pyplug-fd-postgres:")
check_pymodule_available("psycopg2")
Expand Down

0 comments on commit 879b2bd

Please sign in to comment.