diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests index eacf4cd4193..68c214ef952 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 "$@"