update travis

This commit is contained in:
Gregory Becker
2020-03-27 12:11:52 -07:00
committed by Tamara Dahlgren
parent c5ae92bf3f
commit ccf519daa5
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ contains 'hdf5' _spack_completions spack -d install --jobs 8 ''
contains 'hdf5' _spack_completions spack install -v ''
# XFAIL: Fails for Python 2.6 because pkg_resources not found?
#contains 'compilers.py' _spack_completions spack test ''
#contains 'compilers.py' _spack_completions spack unit-test ''
title 'Testing debugging functions'

View File

@@ -42,4 +42,4 @@ spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170
#-----------------------------------------------------------
# Run unit tests with code coverage
#-----------------------------------------------------------
$coverage_run $(which spack) test -x --verbose
$coverage_run $(which spack) unit-test -x --verbose