Skip to content
Snippets Groups Projects
Commit 1022f5b9 authored by Alexandre Detiste's avatar Alexandre Detiste
Browse files

update commented-out code

parent 0771a896
No related branches found
No related tags found
No related merge requests found
Pipeline #821523 passed
......@@ -37,8 +37,8 @@ override_dh_auto_test:
# as now tests/mysqldb.py:bootstrap() should invoke `mysql_install_db` +
# start mysqld on the bootstrapped datadir - this is too much
#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
# -for python in $(PYTHON2) $(PYTHON3); do \
# LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_purelib)") ;\
# -for python in $(PYTHON3); do \
# LIB=$$($$python -c "from setuptools.command.build import build ; from setuptools import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_purelib)") ;\
# mkdir -p $(CURDIR)/mysql_myconnpy/ ; \
# PYTHONPATH=$(CURDIR)/$$LIB $$python unittests.py --with-mysql=/usr/ --mysql-topdir=$(CURDIR)/mysql_myconnpy/ --verbosity=2 --bind-address=:: --host=::1 --stats ; \
# rm -rf $(CURDIR)/mysql_myconnpy/ ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment