diff options
author | Omar Padron <omar.padron@kitware.com> | 2019-01-12 20:30:35 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-01-12 17:30:35 -0800 |
commit | 8e71ba8aa080d5fe87cf6db07a8c40bf981b716b (patch) | |
tree | b4a05b8de355ec36211ce1308689a11c8c26ec3e /share | |
parent | 6c638600d7aea1a883e54d37484f0c097884985e (diff) | |
download | spack-8e71ba8aa080d5fe87cf6db07a8c40bf981b716b.tar.gz spack-8e71ba8aa080d5fe87cf6db07a8c40bf981b716b.tar.bz2 spack-8e71ba8aa080d5fe87cf6db07a8c40bf981b716b.tar.xz spack-8e71ba8aa080d5fe87cf6db07a8c40bf981b716b.zip |
fix typo in docker test script (#10334)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/qa/run-docker-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-docker-tests b/share/spack/qa/run-docker-tests index 788811a903..398889be26 100755 --- a/share/spack/qa/run-docker-tests +++ b/share/spack/qa/run-docker-tests @@ -37,7 +37,7 @@ for config in share/spack/docker/config/* ; do ./share/spack/docker/build-image.sh; done -if [ "$TEST_SUITE" '=' "docker build" -a \ +if [ "$TEST_SUITE" '=' "docker" -a \ "$TRAVIS_EVENT_TYPE" != "pull_request" -a \ ensure_docker_login ] ; then |