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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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