From d76ff37291a2633d584c1f64f40457e74b26b703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 7 Jan 2019 10:07:58 +0100 Subject: [PATCH] Hide most of the logs from cpp example. --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index cfb5b2b02be..1e38c2a23df 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 ;;