Skip to content

Commit

Permalink
Unit test DRNTest: disabled setting LD_PRELOAD for xSAN IBs
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 2, 2022
1 parent aa6b51c commit ae5ae11
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 ae5ae11

Please sign in to comment.