summaryrefslogtreecommitdiff
path: root/tests/chutney/teardown.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-1/+1
| | | | This is per a suggestion from @trinity-1686a.
* When tearing down test net, always tear down test net :)Nick Mathewson2021-12-021-1/+3
| | | | | Previously, if the arti process had died or been killed, we wouldn't reach the point where we called "chutney stop".
* Detect and use CHUTNEY_PATH in test scripts.Nick Mathewson2021-12-021-3/+11
| | | | | | | | 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/+16