summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2018-04-12 14:11:36 +0200
committerGitHub <noreply@github.com>2018-04-12 14:11:36 +0200
commitfa07f95a7131e58ba48c1e50c38d9c443f9874c4 (patch)
tree274d4c9e3666ecab7fcddab04f9b256dbbdfedea /share
parent3608c4d3b559ba7fa1bd9629231e98196681caa4 (diff)
downloadspack-fa07f95a7131e58ba48c1e50c38d9c443f9874c4.tar.gz
spack-fa07f95a7131e58ba48c1e50c38d9c443f9874c4.tar.bz2
spack-fa07f95a7131e58ba48c1e50c38d9c443f9874c4.tar.xz
spack-fa07f95a7131e58ba48c1e50c38d9c443f9874c4.zip
Fixes conflicts in OSX nightly tests (#7732)
fixes #7593 Unit tests on OSX are trying to concretize mpileaks, and they fail due to a conflict in the package: "%gcc@7.2.0:" conflicts with "elfutils@0.163" This solves the issue asking explicitly to concretize against elfutils@1.170
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/qa/run-unit-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests
index eacf4cd419..68c214ef95 100755
--- a/share/spack/qa/run-unit-tests
+++ b/share/spack/qa/run-unit-tests
@@ -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%gcc
+${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170
# Run unit tests with code coverage
${coverage_run} bin/spack test "$@"