| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests/chutney/setup.sh: Fix a shellcheck warning. | Nick Mathewson | 2021-12-21 | 1 | -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 Mathewson | 2021-12-05 | 1 | -5/+10 |
| | | | | | This is per a suggestion from @trinity-1686a. | ||||
| * | Detect and use CHUTNEY_PATH in test scripts. | Nick Mathewson | 2021-12-02 | 1 | -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 scripts | Trinity Pointard | 2021-10-28 | 1 | -0/+29 |
