From 1f56c39675db380798bc9eb7e85fff441b63495f Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Jan 2020 18:53:03 +0000 Subject: [PATCH] Tweak e2e tests Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b93ef1b..37002a2 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ prepare-test: sudo systemctl status -l faas-containerd --no-pager sudo systemctl status -l faasd --no-pager curl -sSLf https://cli.openfaas.com | sudo sh - sleep 120 && sudo systemctl status -l faasd --no-pager + sleep 120 && sudo journalctl -u faasd --no-pager .PHONY: test-e2e test-e2e: