envire / envire-envire_core

Core part for the Environment Representation library
BSD 2-Clause "Simplified" License
7 stars 13 forks source link

test_plugins is broken #36

Closed arneboe closed 5 years ago

arneboe commented 5 years ago

test_plugins seems to be broken. On my local machine it segfaults. On the ci it throws different errors (see: https://circleci.com/gh/envire/envire-envire_core/43).

For the moment I have disabled it on ci. It can be re-enabled by adding the following to .circleci/config.yml

      - run:
          name: test_plugins
          command: ~/project/build/test/test_plugins
arneboe commented 5 years ago

This should be fixed by https://github.com/envire/tools-plugin_manager/pull/2