diff --git a/share/spack/qa/run-build-tests b/share/spack/qa/run-build-tests index 315c0b8e99422a6f62da4b019bd8ee7b8899b77c..5e340d4578137c81995af7beac08fb35bab994ec 100755 --- a/share/spack/qa/run-build-tests +++ b/share/spack/qa/run-build-tests @@ -33,8 +33,12 @@ if [ -z "$SPEC" ]; then exit 1 fi +if [ "${SPEC}" = "mpich" ] ; then + OPTIONS="-v" +fi + # Print compiler information spack config get compilers # Run some build smoke tests, potentially with code coverage -${coverage_run} bin/spack install ${SPEC} +${coverage_run} bin/spack install ${OPTIONS} ${SPEC}