summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/ci-runtests.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-10-21Update Rust before running end-to-end testsDavid Lönnhager1-0/+6
2024-10-01Rename account "token" to account "number"Joakim Hulthe1-1/+1
2024-08-09Restructure test scriptsSebastian Holmin1-0/+67
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.