Skip to content
Snippets Groups Projects
Commit b4a7db81 authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh
Browse files

Protect tests that won't work in AthSimulation

parent abfe3d53
No related merge requests found
......@@ -60,4 +60,6 @@ atlas_add_test( IOVDbSvc_test
EXTRA_PATTERNS "^HistogramPersis.* INFO|^IOVSvc +DEBUG|^IOVSvcTool +DEBUG"
ENVIRONMENT "JOBOPTSEARCHPATH=${CMAKE_CURRENT_SOURCE_DIR}/share" )
atlas_add_test( IOVDbSvcCfgTest SCRIPT python -m IOVDbSvc.IOVDbSvcConfig POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE )
atlas_add_test( IOVDbSvcCfgTest SCRIPT python -m IOVDbSvc.IOVDbSvcConfig POST_EXEC_SCRIPT nopost.sh )
endif()
......@@ -9,4 +9,6 @@ atlas_subdir( AtlasGeoModel )
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py )
atlas_add_test( AtlasGeoModelConfig SCRIPT python -m AtlasGeoModel.GeoModelConfig POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE )
atlas_add_test( AtlasGeoModelConfig SCRIPT python -m AtlasGeoModel.GeoModelConfig POST_EXEC_SCRIPT nopost.sh )
endif()
......@@ -46,4 +46,6 @@ atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py )
atlas_install_runtime( share/FEBtoRODfred_v10.data )
atlas_add_test( LArCablingConfig SCRIPT python -m LArCabling.LArCablingConfig POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE )
atlas_add_test( LArCablingConfig SCRIPT python -m LArCabling.LArCablingConfig POST_EXEC_SCRIPT nopost.sh )
endif()
......@@ -42,4 +42,6 @@ atlas_add_component( LArGeoAlgsNV
atlas_install_headers( LArGeoAlgsNV )
atlas_install_python_modules( python/*.py )
atlas_add_test( LArGMConfigTest SCRIPT python -m LArGeoAlgsNV.LArGMConfig POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE )
atlas_add_test( LArGMConfigTest SCRIPT python -m LArGeoAlgsNV.LArGMConfig POST_EXEC_SCRIPT nopost.sh )
endif()
......@@ -30,4 +30,6 @@ atlas_add_component( MagFieldServices
atlas_install_headers( MagFieldServices )
atlas_install_python_modules( python/*.py )
atlas_add_test( MagFieldServicesConfig SCRIPT python -m MagFieldServices.MagFieldServicesConfig POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE )
atlas_add_test( MagFieldServicesConfig SCRIPT python -m MagFieldServices.MagFieldServicesConfig POST_EXEC_SCRIPT nopost.sh )
endif()
......@@ -47,5 +47,7 @@ atlas_install_joboptions( share/*.py )
atlas_install_python_modules( python/*.py )
atlas_add_test( TileGMConfig SCRIPT python -m TileGeoModel.TileGMConfig POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE )
atlas_add_test( TileGMConfig SCRIPT python -m TileGeoModel.TileGMConfig POST_EXEC_SCRIPT nopost.sh )
endif()
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