diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/qa/run-unit-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests index 6cef3cf679..3bcfc6c400 100755 --- a/share/spack/qa/run-unit-tests +++ b/share/spack/qa/run-unit-tests @@ -44,7 +44,7 @@ spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170 #----------------------------------------------------------- if [[ "$ONLY_PACKAGES" == "true" ]]; then echo "ONLY PACKAGE RECIPES CHANGED [skipping slow unit tests]" - export PYTEST_ADDOPTS='-m "not maybeslow"' + export PYTEST_ADDOPTS='-k "package_sanity" -m "not maybeslow"' fi $coverage_run $(which spack) unit-test -x --verbose |