summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-09-23 13:37:05 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-09-23 13:37:05 -0300
commit54c2434d64e0f2879abe62706ca36892bf35317c (patch)
tree230647bc627abf092cd58dff4740b6726be79dc2
parente56a960c7429c93dd5a95e2823f5a2282e870512 (diff)
do not call test build target
-rwxr-xr-xdebian/rules12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index e96c0e2b96f..e183e3aed22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,12 +55,12 @@ gperftools_archs = amd64 ppc64el arm64
override_dh_auto_build:
scons MONGO_VERSION=6.0.0 VERBOSE=$(DH_VERBOSE) $(COMMON_OPTIONS) install-servers #core tools
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-override_dh_auto_test:
- scons MONGO_VERSION=6.0.0 $(COMMON_OPTIONS) dbtest unittests
- python ./buildscripts/resmoke.py --dbpathPrefix="$(CURDIR)/debian/tmp-test" --suites=dbtest,unittests
-.PHONY: override_dh_auto_test
-endif
+#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+#override_dh_auto_test:
+# scons MONGO_VERSION=6.0.0 $(COMMON_OPTIONS) dbtest unittests
+# python ./buildscripts/resmoke.py --dbpathPrefix="$(CURDIR)/debian/tmp-test" --suites=dbtest,unittests
+#.PHONY: override_dh_auto_test
+#endif
override_dh_auto_install:
scons MONGO_VERSION=6.0.0 $(COMMON_OPTIONS) --prefix=$(CURDIR)/debian/tmp/usr install