Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
verbose flag for cpp tests (#10524)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight authored Mar 26, 2019
1 parent 6cf3ba7 commit 9cb8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gitlab/test-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit 9cb8606

Please sign in to comment.