]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.auth-py/runtests
Merge pull request #14200 from rgacogne/auth-enable-leak-detection-unit-tests
[thirdparty/pdns.git] / regression-tests.auth-py / runtests
index 45c6d62f27ffc7d76cef5fa597b65c42ddebdf9b..22f0b14639c339f9f5e01ed1dc98a027f9644c7b 100755 (executable)
@@ -31,13 +31,13 @@ if [ "${PDNS_DEBUG}" = "YES" ]; then
   set -x
 fi
 
-ignore="-test_GSSTSIG.py"
+ignore="--ignore=test_GSSTSIG.py"
 if [ "${WITHKERBEROS}" = "YES" ]; then
     ignore=""
     (cd kerberos-server && sudo docker compose up --detach --build)
 fi
 
-nosetests --with-xunit $ignore $@
+pytest --junitxml=pytest.xml $ignore $@
 ret=$?
 
 if [ "${WITHKERBEROS}" = "YES" ]; then