update tests: concretize mpileaks with gcc (#7635)

Fixes #7593

By default MacOS concretizes using the clang compiler. The unit tests
include a call to "spack spec mpileaks", which has elfutils as a
dependency; #7096 added a conflict in elfutils to avoid building
with clang, which lead to the MacOS unit tests to start failing.
This updates the concretization to force using gcc when concretizing
mpileaks.
This commit is contained in:
scheibelp 2018-03-29 12:24:35 -07:00 committed by GitHub
parent e4b5097375
commit 5e758b979e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ ${coverage_run} bin/spack -h
${coverage_run} bin/spack help -a
# Profile and print top 20 lines for a simple call to spack spec
${coverage_run} bin/spack -p --lines 20 spec mpileaks
${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc
# Run unit tests with code coverage
${coverage_run} bin/spack test "$@"