From b3454ef172888bfdd7c796906f562ed769bcf66f Mon Sep 17 00:00:00 2001
From: sheinz <shein@bk.ru>
Date: Tue, 1 Nov 2016 00:32:03 +0200
Subject: [PATCH] Fix make outputing verbose messages.

---
 utils/travis_tests/run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/travis_tests/run_tests.sh b/utils/travis_tests/run_tests.sh
index e33ab72..8eb410e 100755
--- a/utils/travis_tests/run_tests.sh
+++ b/utils/travis_tests/run_tests.sh
@@ -16,7 +16,7 @@ function build {
     echo "Building tests"
     make -C ./tests clean
     make -C ./tests -j8
-    FLASH_CMD=$(make -C ./tests print_flash_cmd)
+    FLASH_CMD=$(make -s -C ./tests print_flash_cmd)
 
     # Now we need to pack all files that are included in the flash cmd
     # so they can be transfered to the remote server and run there