From Dan Kenigsberg <dan...@redhat.com>:

Dan Kenigsberg has uploaded a new change for review.

Change subject: tests: enable thread-leak-check
......................................................................

tests: enable thread-leak-check

Change-Id: Ifa51145c8301a3597754e0a30b79cc5de36863f1
Signed-off-by: Dan Kenigsberg <dan...@redhat.com>
---
M tests/Makefile.am
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/77746/1

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5187741..c842a81 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -405,7 +405,8 @@
 check:
        @echo '*** Running tests.  To skip this step place NOSE_EXCLUDE=.* ***'
        @echo '*** into your environment.  Do not submit untested code!    ***'
-       $(top_srcdir)/tests/run_tests_local.sh $(run_modules)
+       $(top_srcdir)/tests/run_tests_local.sh --with-thread-leak-check \
+               $(run_modules)
        if [ "$(PYTHON3_SUPPORT)" == "1" ]; then \
                all_modules=`mktemp`; \
                blacklist=`mktemp`; \
@@ -414,7 +415,7 @@
                        "$$blacklist"; \
                modules=$$(comm -2 -3 "$$all_modules" "$$blacklist"); \
                rm -f "$$all_modules" "$$blacklist"; \
-               PYTHON_EXE="$(PYTHON3)" \
+               PYTHON_EXE="$(PYTHON3)" --with-thread-leak-check \
                        $(top_srcdir)/tests/run_tests_local.sh "$$modules"; \
        fi
 


-- 
To view, visit https://gerrit.ovirt.org/77746
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa51145c8301a3597754e0a30b79cc5de36863f1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <dan...@redhat.com>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to