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

verbose flag for cpp tests #10524

Merged
merged 1 commit into from
Mar 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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