summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/build-runner.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-02-25Rename some scripts (and move them to subdirectories)Markus Pettersson1-39/+0
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`.
2024-08-09Restructure test scriptsSebastian Holmin1-0/+39
Split functionality `ci-runtest.sh` into multiple scripts. `test-by-version.sh` can be used to test against any version of the app available on the build servers. `test-utils.sh` contains shared logic. Rename `PACKAGES_DIR` env `PACKAGE_DIR`, it's more consistent with the new CLI flag.