Skip to content

Commit

Permalink
Merge pull request #37763 from smuzaffar/fix-DRNTest-xsan
Browse files Browse the repository at this point in the history
Unit test DRNTest: disabled setting LD_PRELOAD for xSAN IBs
  • Loading branch information
cmsbuild committed May 4, 2022
2 parents 7a13945 + ae5ae11 commit da155ef
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions RecoEcal/EgammaClusterProducers/test/BuildFile.xml
Expand Up @@ -9,12 +9,10 @@
<flags EDM_PLUGIN="1"/>
</library>

<export>
</export>
<environment>
<bin name="DRNTest" file="runtestRecoEcalEgammaClusterProducers.cpp">
<flags TEST_RUNNER_ARGS="/bin/bash RecoEcal/EgammaClusterProducers/test runtests.sh"/>
<use name="FWCore/Utilities"/>
</bin>

</environment>
<bin name="DRNTest" file="runtestRecoEcalEgammaClusterProducers.cpp">
<flags TEST_RUNNER_ARGS="/bin/bash RecoEcal/EgammaClusterProducers/test runtests.sh"/>
<use name="FWCore/Utilities"/>
<ifrelease name="_ASAN_|_UBSAN_">
<flags NO_TEST_PREFIX="1"/>
</ifrelease>
</bin>

0 comments on commit da155ef

Please sign in to comment.