File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,12 @@ make clean
63
63
cd @abs_top_srcdir@/win32-build
64
64
make clean
65
65
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
You can’t perform that action at this time.
0 commit comments