diff options
-rwxr-xr-x | share/spack/qa/run-unit-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests index 706720c033..cd5c057998 100755 --- a/share/spack/qa/run-unit-tests +++ b/share/spack/qa/run-unit-tests @@ -31,7 +31,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 -if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then +if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then ${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170 fi |