ecmwf / ecbuild

A CMake-based build system, consisting of a collection of CMake macros and functions that ease the managing of software build systems
https://ecbuild.readthedocs.io
Apache License 2.0
26 stars 25 forks source link

Error using CTest #35

Closed ComputerU closed 3 years ago

ComputerU commented 3 years ago

Hi,

I'm trying to install ecbuild. I followed the instructions on the installation page. However, when I get to ctest 2 of the 20 tests fail. I've tried installing different versions of cmake (3.16.3-ubuntu and 3.20.1) and I've tried also setting the folders differently. I'm not really sure why it is failing though. I've checked the last test log. It fails tests 6 and 13: 6 - ECBUILD-415 (Failed) 13 - test_ecbuild_regex_escape (Failed)

All of the blanked out spots are $HOME

image

image

oiffrig commented 3 years ago

Hi @ComputerU, thanks for your report. I will have a look.

You can safely ignore the failing tests in the meantime.

oiffrig commented 3 years ago

Fixed in branch develop.