From 3bd854f991305abaa54d8b7f4ab804aac80ae7b4 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 5 Jun 2019 21:17:30 -0700 Subject: travis: disable `spack spec` for python 2.7 as well as 2.6 - keep this disabled until the `compiler find` fork bomb is fixed. --- share/spack/qa/run-unit-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2