-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable unit test of hltPrintMenuVersions in non-x86-64 builds
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
<!-- test access to EDM files used in HLT-AddOnTests and HLT-Validation tests --> | ||
<test name="testAccessToEDMInputsOfHLTTests" command="testAccessToEDMInputsOfHLTTests.sh"/> | ||
|
||
<!-- test script hltPrintMenuVersions --> | ||
<test name="test_hltPrintMenuVersions" command="test_hltPrintMenuVersions.sh"/> | ||
<!-- test script hltPrintMenuVersions | ||
enabled only for the x86-64 architecture, because the python module cx_Oracle | ||
does not fully work in CMSSW builds with non-x86-64 architectures | ||
--> | ||
<ifarch value="x86_64"> | ||
<test name="test_hltPrintMenuVersions" command="test_hltPrintMenuVersions.sh"/> | ||
</ifarch> | ||
|
||
<!-- test script hltMenuContentToCSVs --> | ||
<test name="test_hltMenuContentToCSVs" command="test_hltMenuContentToCSVs.sh"/> |