Age | Commit message (Collapse) | Author |
|
Some systems (like nixos) don't have bash living at `/bin/bash` so using
`/usr/bin/env bash` we can make these scripts universal.
### Pull Request Checklist
<!-- Please read docs/CONTRIBUTING.md before submitting your pull
request -->
* [X] I have added added tests for PR _or_ I have justified why this PR
doesn't need tests.
* [x] Pull request includes a [sign
off](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#sign-off)
Signed-off-by: `Dov Alperin <git@dov.dev>`
Signed-off-by: `Dov Alperin <git@dov.dev>`
|
|
* Add Are We Synapse Yet to GHA
* Better output & add comments
|
|
|
|
test names in output (#943)
Signed-off-by: Alex Chen <minecnly@gmail.com>
|
|
|
|
|
|
This PR adds the test that matrix-org/sytest#642 will allow to pass to testfile and also contains a minor fix for show-expected-fail-tests.sh so it doesn't show an empty warning.
Signed-off-by: Alex Chen minecnly@gmail.com
|
|
Signed-off-by: Alex Chen <minecnly@gmail.com>
|
|
This PR adds the "passed but expected fail" tests to testfile, as well as instructions on finding which tests to add for new PRs.
|