Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update complement.sh to match new public API shape (#16466)
Browse files Browse the repository at this point in the history
* Update complement.sh to match new public API shape

Sister PR to matrix-org/complement#666

Context: matrix-org/complement#654 (comment)

* Changelog

* Pedantry

* Run complement plz
  • Loading branch information
kegsay authored Oct 12, 2023
1 parent cc865ff commit f710d54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- 'pyproject.toml'
- 'poetry.lock'
- 'docker/**'
- 'scripts-dev/complement.sh'
linting:
- 'synapse/**'
Expand Down
1 change: 1 addition & 0 deletions changelog.d/16466.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update complement.sh to match new public API shape.
4 changes: 2 additions & 2 deletions scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fi

extra_test_args=()

test_tags="synapse_blacklist,msc3874,msc3890,msc3391,msc3930,faster_joins"
test_packages="./tests/csapi ./tests ./tests/msc3874 ./tests/msc3890 ./tests/msc3391 ./tests/msc3930 ./tests/msc3902"

# All environment variables starting with PASS_ will be shared.
# (The prefix is stripped off before reaching the container.)
Expand Down Expand Up @@ -277,4 +277,4 @@ export PASS_SYNAPSE_LOG_TESTING=1
echo "Images built; running complement"
cd "$COMPLEMENT_DIR"

go test -v -tags $test_tags -count=1 "${extra_test_args[@]}" "$@" ./tests/...
go test -v -tags "synapse_blacklist" -count=1 "${extra_test_args[@]}" "$@" $test_packages

0 comments on commit f710d54

Please sign in to comment.