summaryrefslogtreecommitdiff
path: root/tests/chutney/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Bump chutneyJim Newsome2026-01-211-1/+3
| | | | 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 ci: move "chutney bootstrap" from `setup` to `bootstrap`Jim Newsome2025-09-291-0/+13
This makes the `setup` script a bit more clearly single-purpose of resolving and storing the configuration, without actually acting on it yet.