Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop

This commit is contained in:
Marijana Crepulja 2017-05-10 10:24:14 +01:00
commit 30a9fae1dc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ list( APPEND tests
# The high level python test requires new features in the unittest
# which are only there for python 2.7 onwards
if( HAVE_PYTHON AND PYTHON_VERSION_STRING VERSION_GREATER "2.7" )
ecbuild_info("Python examples: Adding test for PythonicGrib")
ecbuild_info("Python examples: Adding test for High-level Pythonic Interface")
list( APPEND tests high_level_api )
endif()