Skip to content
Snippets Groups Projects
Commit 5eb15d81 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'property_parsing' into 'master'

AthenaCommon: Throw exception on Property parsing errors

See merge request atlas/athena!39272
parents 788ba9b0 591d8f23
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
#
# This module is used to set up the environment for AthenaCommon.
#
# Set the environment variable(s):
set( ATHENACOMMONENVIRONMENT_ENVIRONMENT
SET GAUDI_PROPERTY_PARSING_ERROR_DEFAULT_POLICY "Exception" )
# Silently declare the module found:
set( ATHENACOMMONENVIRONMENT_FOUND TRUE )
################################################################################
# Package: AthenaCommon
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( AthenaCommon )
# Set up specific Athena runtime environment:
set( AthenaCommonEnvironment_DIR ${CMAKE_CURRENT_SOURCE_DIR}
CACHE PATH "Location of AthenaCommonEnvironmentConfig.cmake" )
find_package( AthenaCommonEnvironment )
# Install files from the package:
atlas_install_python_modules( python/*.py python/Utils
POST_BUILD_CMD ${ATLAS_FLAKE8} )
......@@ -16,6 +19,7 @@ atlas_install_runtime(share/*.pkl)
# Aliases:
atlas_add_alias( athena "athena.py" )
# Tests:
atlas_add_test( AthAppMgrUnitTests SCRIPT test/test_AthAppMgrUnitTests.sh
PROPERTIES TIMEOUT 300
LOG_IGNORE_PATTERN "Warning in <TFile::Init>: no StreamerInfo found|^Ran .* tests in|built on" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment