Skip to content

Commit 71d257b

Browse files
committed
Set debug flag
1 parent 3c27bcd commit 71d257b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/appveyor/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ run_tests() {
101101
# $1 - log file
102102
run_test_coverage() {
103103
echo 'Running test coverage...' >&2
104-
make test-cov >> "$1" 2>&1
104+
make VERBOSE=1 test-cov >> "$1" 2>&1
105105
if [[ "$?" -ne 0 ]]; then
106106
echo 'Tests failed.' >&2
107107
return 1

0 commit comments

Comments
 (0)