Skip to content

Commit

Permalink
openssh_fixture.c: Fix openssh_server build not working (libssh2#616) (
Browse files Browse the repository at this point in the history
…libssh2#620)

File: openssh_fixture.c

Notes:
fixes too long of output lines building docker image

Credit:
Laurent Stacul
  • Loading branch information
Laurent Stacul authored Sep 2, 2021
1 parent f0417cb commit 7daee03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/openssh_fixture.c
Original file line number Diff line number Diff line change
@@ -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");
}

0 comments on commit 7daee03

Please sign in to comment.