diff --git a/tests/openssh_fixture.c b/tests/openssh_fixture.c index 97f154e9..474b20aa 100644 --- a/tests/openssh_fixture.c +++ b/tests/openssh_fixture.c @@ -145,7 +145,8 @@ static int run_command(char **output, const char *command, ...) static int build_openssh_server_docker_image(void) { - return run_command(NULL, "docker build -t libssh2/openssh_server " + return run_command(NULL, "docker build --quiet " + "-t libssh2/openssh_server " "openssh_server"); }