verbose flag for cpp tests (#10524)

This commit is contained in:
TriplEight 2019-03-26 12:37:45 +01:00 committed by GitHub
parent 6cf3ba7efd
commit 9cb8606103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ DIR=parity-clib/examples/cpp/build
mkdir -p $DIR
cd $DIR
cmake ..
make -j $THREADS
make VERBOSE=1 -j $THREADS
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
# that to happen on CI
cd -