Reduce verbosity of build tests (#6901)

This commit is contained in:
Adam J. Stewart
2018-01-11 16:14:26 -06:00
committed by GitHub
parent 070bcab7f2
commit 03ff2a32ae

View File

@@ -25,5 +25,5 @@ fi
spack config get compilers
# Run some build smoke tests, potentially with code coverage
${coverage_run} bin/spack install -v ${SPEC}
${coverage_run} bin/spack install ${SPEC}
${coverage_combine}