summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-08 23:10:25 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-08 23:10:25 +0200
commit7bdbcb6401de165088a2e5be3494926fb320f6ca (patch)
treecc9d53d4cfa3d8dd1adba80b4784ed053fb2df0c /tests
parentac38ecc2673dbe619f4545f3ed1f191c33541c8e (diff)
Quieten down docker build
Diffstat (limited to 'tests')
-rw-r--r--tests/server_shell.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/server_shell.rs b/tests/server_shell.rs
index 4c4587b..858f123 100644
--- a/tests/server_shell.rs
+++ b/tests/server_shell.rs
@@ -16,6 +16,7 @@ fn build_docker_image() -> Result<()> {
let relative_shell_path = absolute_shell_path.strip_prefix(std::fs::canonicalize(".")?)?;
command.args([
"build",
+ "--quiet",
"-t",
"shackle-server",
"--build-arg",