Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -1140,7 +1140,6 @@ test-long-self-test: ### run pytest self-test using long test vectors - exit_code=0 - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -v --param_file scripts/config/self_test_ltv.prm --html=report-ltv.html --self-contained-html --junit-xml=report-junit-ltv.xml || exit_code=$? - zero_errors=$(cat report-junit-ltv.xml | grep -c 'errors="0"') || true ### Some debug code - ls -la Loading @@ -1148,6 +1147,8 @@ test-long-self-test: - ls -la tests/ - ls -la "$TESTS_DIR_CODEC_BE_ON_MR"/ - zero_errors=$(cat report-junit-ltv.xml | grep -c 'errors="0"') || true - *merge-request-comparison-check Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -1140,7 +1140,6 @@ test-long-self-test: ### run pytest self-test using long test vectors - exit_code=0 - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -v --param_file scripts/config/self_test_ltv.prm --html=report-ltv.html --self-contained-html --junit-xml=report-junit-ltv.xml || exit_code=$? - zero_errors=$(cat report-junit-ltv.xml | grep -c 'errors="0"') || true ### Some debug code - ls -la Loading @@ -1148,6 +1147,8 @@ test-long-self-test: - ls -la tests/ - ls -la "$TESTS_DIR_CODEC_BE_ON_MR"/ - zero_errors=$(cat report-junit-ltv.xml | grep -c 'errors="0"') || true - *merge-request-comparison-check Loading