2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Merge branch 'michal/do-not-run-make-recheck-if-the-test-suite-fails' into 'main'

Do not run "make recheck" if the test suite fails

See merge request isc-projects/bind9!3932
This commit is contained in:
Michal Nowak
2020-08-07 14:38:38 +00:00

View File

@@ -248,7 +248,7 @@ stages:
- *setup_softhsm
script:
- cd bin/tests/system
- make -j${TEST_PARALLEL_JOBS:-1} -k check V=1 || make -j${TEST_PARALLEL_JOBS:-1} -k recheck V=1
- make -j${TEST_PARALLEL_JOBS:-1} -k check V=1
after_script:
- cat bin/tests/system/test-suite.log