Skip to content

Commit 38a9448

Browse files
committed
Disable code-coverage builds for now
Not working on the pull-tester machine, 'make cov' hangs there.
1 parent 0dd127a commit 38a9448

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

qa/pull-tester/build-tests.sh.in

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,12 @@ make clean
6363
cd @abs_top_srcdir@/win32-build
6464
make clean
6565

66-
# Test code coverage
67-
cd @abs_top_srcdir@
68-
make distdir
69-
mv $DISTDIR linux-coverage-build
70-
cd linux-coverage-build
71-
# TODO: re-enable blockchain tester tool
72-
#./configure --enable-lcov --with-comparison-tool="$JAVA_COMPARISON_TOOL"
73-
./configure --enable-lcov
74-
make -j$JOBS
75-
make cov
76-
66+
# TODO: Fix code coverage builds on pull-tester machine
67+
# # Test code coverage
68+
# cd @abs_top_srcdir@
69+
# make distdir
70+
# mv $DISTDIR linux-coverage-build
71+
# cd linux-coverage-build
72+
# ./configure --enable-lcov --disable-silent-rules --disable-ccache --with-comparison-tool="$JAVA_COMPARISON_TOOL"
73+
# make -j$JOBS
74+
# make cov

0 commit comments

Comments
 (0)