We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e16cfc1 + 1fd1503 commit a18de80Copy full SHA for a18de80
1 file changed
Makefile
@@ -47,7 +47,7 @@ local-server:
47
@$(CONTAINER_CMD) exec $(CONTAINER_NAME) /bin/sh -c 'for file in /testdata/*.ldif; do echo "Processing $$file..."; cat "$$file" | ldapadd -v -x -H $(LDAP_URL) -D "$(LDAP_ADMIN_DN)" -w $(LDAP_ADMIN_PASSWORD); done'
48
49
stop-local-server:
50
- -$(CONTAINER_CMD) rm -f -t 10 $(CONTAINER_NAME)
+ -$(CONTAINER_CMD) rm -f $(CONTAINER_NAME)
51
52
test:
53
go test -v -cover -race -count=1 .
0 commit comments