aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-10-11 12:32:17 +1000
committerGavin Andresen <gavinandresen@gmail.com>2013-10-11 14:50:02 +1000
commit38a94488cebffc41ae57d3519bc253938b75aa44 (patch)
treeeafc69bfbbf2e7ded8bf37f591c5e31ebe2bc6ee /qa/pull-tester
parent0dd127a791127e72661cb78efec26a2fdd4ec4ba (diff)
downloadbitcoin-38a94488cebffc41ae57d3519bc253938b75aa44.tar.xz
Disable code-coverage builds for now
Not working on the pull-tester machine, 'make cov' hangs there.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/build-tests.sh.in20
1 files changed, 9 insertions, 11 deletions
diff --git a/qa/pull-tester/build-tests.sh.in b/qa/pull-tester/build-tests.sh.in
index 6ae9e9606a..461e7be048 100755
--- a/qa/pull-tester/build-tests.sh.in
+++ b/qa/pull-tester/build-tests.sh.in
@@ -63,14 +63,12 @@ make clean
cd @abs_top_srcdir@/win32-build
make clean
-# Test code coverage
-cd @abs_top_srcdir@
-make distdir
-mv $DISTDIR linux-coverage-build
-cd linux-coverage-build
-# TODO: re-enable blockchain tester tool
-#./configure --enable-lcov --with-comparison-tool="$JAVA_COMPARISON_TOOL"
-./configure --enable-lcov
-make -j$JOBS
-make cov
-
+# TODO: Fix code coverage builds on pull-tester machine
+# # Test code coverage
+# cd @abs_top_srcdir@
+# make distdir
+# mv $DISTDIR linux-coverage-build
+# cd linux-coverage-build
+# ./configure --enable-lcov --disable-silent-rules --disable-ccache --with-comparison-tool="$JAVA_COMPARISON_TOOL"
+# make -j$JOBS
+# make cov