Skip to content

Commit

Permalink
tests: restore spack spec mpileaks in test output for Python 2 (spa…
Browse files Browse the repository at this point in the history
…ck#11664)

- also remove coverage calls of these commands
- we JUST want coverage to tell us what is in the test suite.
  • Loading branch information
tgamblin authored Jun 8, 2019
1 parent f31711b commit 20e5f81
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions share/spack/qa/run-unit-tests
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ cd "$SPACK_ROOT"
spack config get compilers

# Run spack help to cover command import
${coverage_run} bin/spack -h
${coverage_run} bin/spack help -a
bin/spack -h
bin/spack help -a

# Profile and print top 20 lines for a simple call to spack spec
if [[ $TRAVIS_PYTHON_VERSION != 2* ]]; then
${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170
fi
bin/spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170

# Run unit tests with code coverage
extra_args=""
Expand Down

0 comments on commit 20e5f81

Please sign in to comment.