Skip to content

Commit e518466

Browse files
authored
Merge pull request cms-sw#42976 from missirol/devel_hltPrintFixNonAmd64
disable unit test of `hltPrintMenuVersions` in non-`x86-64` builds
2 parents c5c4018 + 3de9d90 commit e518466

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<!-- test access to EDM files used in HLT-AddOnTests and HLT-Validation tests -->
22
<test name="testAccessToEDMInputsOfHLTTests" command="testAccessToEDMInputsOfHLTTests.sh"/>
33

4-
<!-- test script hltPrintMenuVersions -->
5-
<test name="test_hltPrintMenuVersions" command="test_hltPrintMenuVersions.sh"/>
4+
<!-- test script hltPrintMenuVersions
5+
enabled only for the x86-64 architecture, because the python module cx_Oracle
6+
does not fully work in CMSSW builds with non-x86-64 architectures
7+
-->
8+
<ifarch value="x86_64">
9+
<test name="test_hltPrintMenuVersions" command="test_hltPrintMenuVersions.sh"/>
10+
</ifarch>
611

712
<!-- test script hltMenuContentToCSVs -->
813
<test name="test_hltMenuContentToCSVs" command="test_hltMenuContentToCSVs.sh"/>

0 commit comments

Comments
 (0)