From 5b1d33d5fa8dbcae5782f700210a5cde8a033067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 7 Jan 2019 10:23:50 +0100 Subject: [PATCH] Hide most of the logs from cpp example. (#10139) --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index cfb5b2b02..1e38c2a23 100755 --- a/test.sh +++ b/test.sh @@ -57,7 +57,8 @@ cpp_test () { cd $DIR cmake .. make -j $THREADS - ./parity-example + ./parity-example > example.logs + tail --lines 100 example.logs cd - rm -rf $DIR ;;