mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
debug: check if there is extra output
This commit is contained in:
4
tests.mk
4
tests.mk
@@ -100,8 +100,8 @@ endif
|
||||
|
||||
prime-ssh-known-hosts:
|
||||
@echo "-----> Intitial SSH connection to populate known_hosts..."
|
||||
ssh -o StrictHostKeyChecking=no dokku@dokku.me help >/dev/null
|
||||
ssh -o StrictHostKeyChecking=no dokku@127.0.0.1 help >/dev/null
|
||||
ssh -o StrictHostKeyChecking=no dokku@dokku.me help
|
||||
ssh -o StrictHostKeyChecking=no dokku@127.0.0.1 help
|
||||
|
||||
lint-setup:
|
||||
@mkdir -p test-results/shellcheck tmp/shellcheck
|
||||
|
||||
Reference in New Issue
Block a user