summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-07-27 08:08:51 -0400
committerGitHub <noreply@github.com>2021-07-27 12:08:51 +0000
commit13944678c3c696418bfde3463bda4cedc8d289c2 (patch)
treee0820f6b4001c2428665b8de9113bf852afdde8c /scripts-dev
parentMitigate media repo XSSs on IE11. (#10468) (diff)
downloadsynapse-13944678c3c696418bfde3463bda4cedc8d289c2.tar.xz
Use new go test running syntax for complement. (#10488)
Updates CI and the helper script t ensures all tests are run (in parallel).
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 4df224be67..cba015d942 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 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests
+go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...