Skip to content

Commit

Permalink
ssh in env
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 22, 2024
1 parent 3eadd06 commit 2baf246
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build: off

environment:
# unless indicated otherwise, we test datalad_next
DTS: datalad_next
DTS: datalad_next.shell
COVERAGE_ROOT: /home/appveyor/DLTMP
HATCH_DATA_DIR: /home/appveyor/hatch-data-dir
PIP_CACHE: /home/appveyor/.cache/pip
Expand Down Expand Up @@ -303,8 +303,8 @@ for:
- "[ -n \"$DEPLOY_HTTPBIN_IMAGE\" ] && tools/appveyor/docker-load-httpbin || true"

before_test:
- "[ \"$DATALAD_TESTS_SSH\" = 1 ] && tools/appveyor/setup-sshd || true"
- "[ \"$DATALAD_TESTS_SSH\" = 1 ] && tools/appveyor/verify-ssh-access || true"
- "[ \"$DATALAD_TESTS_SSH\" = 1 ] && hatch run tests.py${PY}:tools/appveyor/setup-sshd || true"
- "[ \"$DATALAD_TESTS_SSH\" = 1 ] && hatch run tests.py${PY}:tools/appveyor/verify-ssh-access || true"
- 'hatch run tests.py${PY}:datalad wtf'

test_script:
Expand Down Expand Up @@ -388,8 +388,8 @@ for:
- cmd: IF DEFINED INSTALL_GITANNEX datalad-installer --sudo ok %INSTALL_GITANNEX%

before_test:
- tools\appveyor\setup-sshd
- tools\appveyor\verify-ssh-access
- cmd: 'hatch run tests.py%PY%:tools\appveyor\setup-sshd'
- cmd: 'hatch run tests.py%PY%:tools\appveyor\verify-ssh-access'
- cmd: 'hatch run tests.py%PY%:datalad wtf'

test_script:
Expand Down

0 comments on commit 2baf246

Please sign in to comment.