summaryrefslogtreecommitdiff
path: root/tests/chutney/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests/chutney/setup.sh: Fix a shellcheck warning.Nick Mathewson2021-12-211-1/+2
| | | | | shellcheck doesn't like `export FOO="$(bar)"` as one line, since it has the possibility of missing errors.
* chutney: Make $target relative to ${CHUTNEY_PATH}Nick Mathewson2021-12-051-5/+10
| | | | This is per a suggestion from @trinity-1686a.
* Detect and use CHUTNEY_PATH in test scripts.Nick Mathewson2021-12-021-6/+18
| | | | | | | | If the user has CHUTNEY_PATH set, respect that value, rather than cloning a local chutney. Also, if we have a local chutney, then update it in case there have been changes.
* move integration tests to scriptsTrinity Pointard2021-10-281-0/+29