mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Update testfile and fix empty warning in show-expected-fail-tests.sh
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
a0dec456c1
commit
595279caea
|
|
@ -22,6 +22,7 @@ tests_to_add=""
|
|||
already_in_testfile=""
|
||||
|
||||
while read -r test_id; do
|
||||
[ "${test_id}" = "" ] && continue
|
||||
grep "${test_id}" "${testfile}" > /dev/null 2>&1
|
||||
if [ "$?" != "0" ]; then
|
||||
tests_to_add="${tests_to_add}${test_id}\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue