Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1164,7 +1164,7 @@ test-be-to-release: - ("& python -m pytest .\tests\codec_be_to_accepted_release\decoder\test_decoder_constant_bitrate_binaural.py --update_ref 1 --html=report-dec-const_br-binaural.html --self-contained-html --junit-xml=logs/report-junit-dec-const_br-binaural.xml --testcase_timeout 40" | tee dec-const_br-binaural.txt ) | Invoke-Expression - IF (!(Select-String logs/report-junit-dec-const_br-binaural.xml -Pattern 'errors="0"')){$zero_errors_dec_const_br_binaural=1; echo "Errors encountered"} - IF($zero_errors_enc_const_br -nq 0 or $zero_errors_dec_const_br_binaural -nq 0 ) {echo "Errors encountered"; exit $EXIT_CODE_FAIL} - IF($zero_errors_enc_const_br -ne 0 -or $zero_errors_dec_const_br_binaural -ne 0 ) {echo "Errors encountered"; exit $EXIT_CODE_FAIL} - exit 0 artifacts: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1164,7 +1164,7 @@ test-be-to-release: - ("& python -m pytest .\tests\codec_be_to_accepted_release\decoder\test_decoder_constant_bitrate_binaural.py --update_ref 1 --html=report-dec-const_br-binaural.html --self-contained-html --junit-xml=logs/report-junit-dec-const_br-binaural.xml --testcase_timeout 40" | tee dec-const_br-binaural.txt ) | Invoke-Expression - IF (!(Select-String logs/report-junit-dec-const_br-binaural.xml -Pattern 'errors="0"')){$zero_errors_dec_const_br_binaural=1; echo "Errors encountered"} - IF($zero_errors_enc_const_br -nq 0 or $zero_errors_dec_const_br_binaural -nq 0 ) {echo "Errors encountered"; exit $EXIT_CODE_FAIL} - IF($zero_errors_enc_const_br -ne 0 -or $zero_errors_dec_const_br_binaural -ne 0 ) {echo "Errors encountered"; exit $EXIT_CODE_FAIL} - exit 0 artifacts: Loading