Hide most of the logs from cpp example. (#10139)

This commit is contained in:
Tomasz Drwięga 2019-01-07 10:23:50 +01:00 committed by Niklas Adolfsson
parent e435407080
commit 5b1d33d5fa
1 changed files with 2 additions and 1 deletions

View File

@ -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
;;