Skip to content

Commit

Permalink
Clarify semantics of test setup configuration variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 21, 2023
1 parent 5478984 commit 05e2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variable (or configuration items) can be set to configure an alternative test ta
- `DATALAD_TESTS_RIA_SERVER_SSH_LOGIN`: Username/login to use with the SSH server
- `DATALAD_TESTS_RIA_SERVER_SSH_SECKEY`: Path to a local SSH private key to use for logging into the SSH server
- `DATALAD_TESTS_RIA_SERVER_SSH_PATH`: Root path to run all tests under on the SSH server (absolute path)
- `DATALAD_TESTS_RIA_SERVER_LOCALPATH`: If the directory pointed to by `DATALAD_TESTS_RIA_SERVER_SSH_PATH` is also available as a local mount, this is the path to the reespective local directory.
- `DATALAD_TESTS_RIA_SERVER_LOCALPATH`: If the directory pointed to by `DATALAD_TESTS_RIA_SERVER_SSH_PATH` is also available as a local mount, this is the path to the respective local directory. Set to an empty string to indicate that no local path is available.


# Contributing
Expand Down

0 comments on commit 05e2d4b

Please sign in to comment.