]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
run all system tests stepan/el9-python-notify-experiment
authorŠtěpán Balážik <stepan@isc.org>
Sat, 13 Dec 2025 16:49:10 +0000 (17:49 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Sat, 13 Dec 2025 16:49:10 +0000 (17:49 +0100)
.gitlab-ci.yml

index 38e8f10574750928d7dd01a4b83b75d80d9f111c..2800b29aa249c57d9148e55e89be73a3b3aef9c3 100644 (file)
@@ -549,7 +549,7 @@ stages:
     - cd bin/tests/system
     - RET=0
     - >
-      (python3.12 -m pytest --assert=plain -k notify --junit-xml="$CI_PROJECT_DIR"/junit.xml -n "$TEST_PARALLEL_JOBS" | tee pytest.out.txt) || RET=1
+      (python3.12 -m pytest --assert=plain --junit-xml="$CI_PROJECT_DIR"/junit.xml -n "$TEST_PARALLEL_JOBS" | tee pytest.out.txt) || RET=1
     - *check_for_junit_xml
     - (exit $RET)
     - '( ! grep -F "grep: warning:" pytest.out.txt )'