summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/run
AgeCommit message (Collapse)AuthorFilesLines
2025-10-16Stop running `rustup update`. Version is handled by rust-toolchain.tomlLinus Färnstrand1-6/+0
2025-03-18Move `CURRENT_VERSION` out of `lib.sh`Sebastian Holmin1-0/+12
2025-03-18Delete `download.sh`Sebastian Holmin1-2/+0
2025-02-25Build test-manager once per e2e-test runMarkus Pettersson1-8/+0
Cache test-manager for Linux. This includes not building `test-manager` in `run/ci.sh` (by default) and building `test-manager` as a completely statically linked binary.
2025-02-25Rename some scripts (and move them to subdirectories)Markus Pettersson1-0/+91
Start off with the download app package / e2e tests binary in `download.sh`. Rename `test-utils.sh` to `lib.sh` & start to break up `lib.sh`.