From: Štěpán Balážik Date: Sat, 13 Dec 2025 16:49:10 +0000 (+0100) Subject: run all system tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fstepan%2Fel9-python-notify-experiment;p=thirdparty%2Fbind9.git run all system tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38e8f105747..2800b29aa24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 )'