diff options
author | Eric Eastwood <erice@element.io> | 2021-11-11 00:49:57 -0600 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2021-11-11 00:49:57 -0600 |
commit | d771fbd3b1f5edde521781cb67c565913f03b253 (patch) | |
tree | 86ca0a03cbee32fcc139623ea106a8d74a9629a6 | |
parent | Revert unused refactor to get PDU raw (diff) | |
download | synapse-d771fbd3b1f5edde521781cb67c565913f03b253.tar.xz |
Only run the tests package to get streaming Complement output
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 9a69637d79..927c69a753 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then fi # Run the tests! -go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403,msc2716 -count=1 "${EXTRA_COMPLEMENT_ARGS[@]}" ./tests/main_test.go ./tests/msc2716_test.go +go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403,msc2716 -count=1 "${EXTRA_COMPLEMENT_ARGS[@]}" ./tests |