From fa07f95a7131e58ba48c1e50c38d9c443f9874c4 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 12 Apr 2018 14:11:36 +0200 Subject: 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 --- share/spack/qa/run-unit-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 "$@" -- cgit v1.2.3-70-g09d2