summaryrefslogtreecommitdiff
path: root/tests/chutney/teardown
Commit message (Collapse)AuthorAgeFilesLines
* chutney teardown: convert from shell to pythonJim Newsome2026-03-091-10/+15
|
* Bump chutneyJim Newsome2026-01-211-1/+1
| | | | Bump chutney, and migrate to CLI changes introduced in chutney!101
* chutney ci: remove CHUTNEY_BIN env variableJim Newsome2025-09-291-2/+2
| | | | | | This wasn't a pre-existing environment variable, and now it can be set via command-line if it needs to be overridden. I don't see much reason to use an environment variable here.
* chutney test: remove extra arti processJim Newsome2025-06-051-20/+0
|
* Replace CHUTNEY_PATH with CHUTNEY_BINJim Newsome2024-11-061-12/+5
| | | | | | We no longer need a path to a checkout of the chutney repository; we just need the chutney binary itself. We still allow this to be set explicitly with CHUTNEY_BIN, but fall back to finding it on the PATH.
* chutney test: reference network as built-in instead of full pathJim Newsome2024-11-061-1/+1
| | | | | | | | This takes advantage of a feature added in https://gitlab.torproject.org/tpo/core/chutney/-/merge_requests/31. This is a step towards not needing to set CHUTNEY_PATH to point to a chutney repository.
* shell: use /usr/bin/env instead of absolute pathsEmil Engler2023-01-251-1/+1
| | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin
* make almost all scripts use bash and set euo pipefailtrinity-1686a2022-05-251-2/+2
|
* chutney/teardown: validate that pid is setJim Newsome2022-05-231-1/+1
|
* chutney test stop network when arti died or did not starttrinity-1686a2022-05-051-14/+14
|
* rename *.sh scripts to bare nameIan Jackson2022-02-181-0/+41
As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project.