Skip to content

Commit da0dd06

Browse files
Cnlyanoadragon453
authored andcommitted
Update testfile and fix empty warning in show-expected-fail-tests.sh (matrix-org#729)
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 [email protected]
1 parent 33a1392 commit da0dd06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

show-expected-fail-tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tests_to_add=""
2222
already_in_testfile=""
2323

2424
while read -r test_id; do
25+
[ "${test_id}" = "" ] && continue
2526
grep "${test_id}" "${testfile}" > /dev/null 2>&1
2627
if [ "$?" != "0" ]; then
2728
tests_to_add="${tests_to_add}${test_id}\n"

testfile

+1
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,4 @@ Trying to get push rules with unknown rule_id fails with 404
142142
Events come down the correct room
143143
local user can join room with version 5
144144
User can invite local user to room with version 5
145+
Inbound federation can receive room-join requests

0 commit comments

Comments
 (0)