summaryrefslogtreecommitdiff
path: root/tests/shadow/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'script-suffixes' into 'main'Ian Jackson2024-05-161-1/+1
|\ | | | | | | | | Forbid script suffixes See merge request tpo/core/arti!2153
| * Rename tests/shadow/run.sh to runIan Jackson2024-05-161-1/+1
| |
* | doc: Use locked buildpinkforest2024-05-161-1/+1
|/
* CI: Don't build arti with experimental features in rust-latest.Gabriela Moldovan2024-03-141-1/+1
| | | | | | | | Some experimental features (i.e. `vanguards`) break the shadow integration tests. Since the examples enable `experimental`, we need `rust-latest` to build arti using `-p arti`, rather than from the workspace level (because cargo does feature unification when building the packages as a workspace).
* shadow ci: add instructions for building arti-extraJim Newsome2024-01-161-2/+20
|
* shadow ci: avoid hard coding tgen and tor bin pathsJim Newsome2022-12-191-2/+2
| | | | | As of shadow 2.3, shadow can locate executables from the PATH, letting us avoid hard-coded paths here.
* Create a shadow-based integration testJim Newsome2022-10-051-0/+26
Fixes https://gitlab.torproject.org/tpo/core/arti/-/issues/174