diff options
Diffstat (limited to 'share/spack/qa/run-shell-tests')
-rwxr-xr-x | share/spack/qa/run-shell-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/spack/qa/run-shell-tests b/share/spack/qa/run-shell-tests index 9c5302ec89..310a824e42 100755 --- a/share/spack/qa/run-shell-tests +++ b/share/spack/qa/run-shell-tests @@ -43,6 +43,7 @@ fi # Run the test scripts for their output (these will print nicely) zsh "$QA_DIR/setup-env-test.sh" +zsh "$QA_DIR/completion-test.sh" dash "$QA_DIR/setup-env-test.sh" # Run fish tests |