diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-07-03 01:56:13 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-07-05 12:54:17 -0700 |
commit | 47e9f7aac9c0418fd1e31e88bd49017c429565db (patch) | |
tree | 10ef4418a34afae22fb2096b54dc749945ef3990 /.codecov.yml | |
parent | e625ee3ffda7505c300614aca2b3947095ab9d8e (diff) | |
download | spack-47e9f7aac9c0418fd1e31e88bd49017c429565db.tar.gz spack-47e9f7aac9c0418fd1e31e88bd49017c429565db.tar.bz2 spack-47e9f7aac9c0418fd1e31e88bd49017c429565db.tar.xz spack-47e9f7aac9c0418fd1e31e88bd49017c429565db.zip |
tests: add tests for setup-env.sh
- tests use a shell-script harness and test all Spack commands that
require special shell support.
- tests work in bash, zsh, and dash
- run setup-env.sh tests on macos and linux builds.
- we run them on macos and linux
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml index 042cc86e9c..c06cb57f88 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,5 +11,7 @@ ignore: - lib/spack/spack/test/.* - lib/spack/docs/.* - lib/spack/external/.* + - share/spack/qa/.* + - share/spack/spack-completion.bash comment: off |