Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-30 | run-tests.sh: fix weird CI failure on Linux/Clang | Alexey Rusakov | |
Also fix a leftover data/ prefix in adjust-config.sh | |||
2022-05-29 | Refresh and organise run-tests.sh/adjust-config.sh | Alexey Rusakov | |
run-tests.sh now uses the latest version of Synapse and has less repetitive code; adjust-config.sh moved to autotests/ (it had nothing specific to CI, after all), works with the newest Synapse (that has an additional enable_registration_without_verification safeguard) and no more depends on the config directory being called "data" but rather should be called from inside that directory (for the case when it is used separately from run-tests.sh and the config directory is not called "data"). |