diff options
Diffstat (limited to 'build/scripts')
-rwxr-xr-x | build/scripts/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/complement.sh b/build/scripts/complement.sh index 17ddea57..c1e52dde 100755 --- a/build/scripts/complement.sh +++ b/build/scripts/complement.sh @@ -15,5 +15,5 @@ tar -xzf master.tar.gz # Run the tests! cd complement-master -COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v ./tests +COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests |