1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-02-27 21:34:28 -06:00
Commit graph

9 commits

Author SHA1 Message Date
Dov Alperin b5bfff47d2
Use /usr/bin/env bash in shebangs to make them universal ()
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>`
2022-09-27 09:42:08 +01:00
Till c84937b852
Add Are We Synapse Yet to GHA ()
* Add Are We Synapse Yet to GHA

* Better output & add comments
2022-04-05 15:32:30 +02:00
Andrew Morgan 65c6fbddeb
Fix newlines between white/blacklist test names in buildkite annotations () 2020-05-04 14:48:49 +01:00
Alex Chen 2c8950221e
Fix: show-expected-fail-tests.sh ignores # in whitelist and strips quotes in test names in output ()
Signed-off-by: Alex Chen <minecnly@gmail.com>
2020-03-31 15:53:09 +01:00
Andrew Morgan 409fec2a48
Add whitelist/blacklist maintenance complainer to buildkite annotations () 2020-02-14 13:07:14 +00:00
Andrew Morgan 0f8d6cc1c1
Add a Sytest blacklist file () 2020-01-22 13:31:22 +00:00
Alex Chen da0dd06475 Update testfile and fix empty warning in show-expected-fail-tests.sh ()
This PR adds the test that  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
2019-07-05 12:42:23 +01:00
Alex Chen 7792f12e6f Fix testfile path hardcoded in show-expected-fail-tests.sh ()
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-06-25 11:50:19 +01:00
Alex Chen adaec7c8e7 Refine config and docs for sytest ()
This PR adds the "passed but expected fail" tests to testfile, as well as instructions on finding which tests to add for new PRs.
2019-06-21 16:49:37 +01:00