From 6fbbb4d7561a4f9d0dea6c3ddf2a5602b5d33aeb Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 16 May 2017 12:19:31 +0100 Subject: [PATCH] test: Don't run 'rtf' in verbose mode The detailed logs should be gathered by linuxkit-ci and having the default output makes it easier to spot which test failed. Signed-off-by: Rolf Neugebauer --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index e045f3e5b..b4943e997 100644 --- a/test/Makefile +++ b/test/Makefile @@ -50,4 +50,4 @@ test: gcp-hack @rtf -l build -x run test-pr: gcp-hack - @rtf -vvv -l build -x run + @rtf -l build -x run