File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Add support for MSC4115 (membership metadata on events).
Original file line number Diff line number Diff line change 214214
215215extra_test_args=()
216216
217- test_packages=" ./tests/csapi ./tests ./tests/msc3874 ./tests/msc3890 ./tests/msc3391 ./tests/msc3930 ./tests/msc3902 ./tests/msc3967"
217+ test_packages=(
218+ ./tests/csapi
219+ ./tests
220+ ./tests/msc3874
221+ ./tests/msc3890
222+ ./tests/msc3391
223+ ./tests/msc3930
224+ ./tests/msc3902
225+ ./tests/msc3967
226+ ./tests/msc4115
227+ )
218228
219229# Enable dirty runs, so tests will reuse the same container where possible.
220230# This significantly speeds up tests, but increases the possibility of test pollution.
278288export PASS_SYNAPSE_LOG_TESTING=1
279289
280290# Run the tests!
281- echo " Images built; running complement with ${extra_test_args[@]} $@ $test_packages "
291+ echo " Images built; running complement with ${extra_test_args[@]} $@ ${ test_packages[@]} "
282292cd " $COMPLEMENT_DIR "
283293
284- go test -v -tags " synapse_blacklist" -count=1 " ${extra_test_args[@]} " " $@ " $ test_packages
294+ go test -v -tags " synapse_blacklist" -count=1 " ${extra_test_args[@]} " " $@ " " ${ test_packages[@]} "
You can’t perform that action at this time.
0 commit comments