summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-11-11 00:49:57 -0600
committerEric Eastwood <erice@element.io>2021-11-11 00:49:57 -0600
commitd771fbd3b1f5edde521781cb67c565913f03b253 (patch)
tree86ca0a03cbee32fcc139623ea106a8d74a9629a6 /scripts-dev
parentRevert unused refactor to get PDU raw (diff)
downloadsynapse-d771fbd3b1f5edde521781cb67c565913f03b253.tar.xz
Only run the tests package to get streaming Complement output
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/complement.sh2
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