Commit 58fa0557 authored by norvell's avatar norvell
Browse files

Merge branch 'norvell-main-patch-96463' into 'main'

Add init of exit_code in be-2-evs-26444, otherwise syntax error in case test passes.

See merge request !236
parents 0c11047f 11372d6e
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -573,6 +573,7 @@ be-2-evs-26444:
    - cp -r $EVS_BE_TEST_DIR_BASOP ./evs_be_test
    - mkdir -p ./evs_be_test/output/decoded ./evs_be_test/output/bitstreams

    - exit_code=0
    - python3 -m pytest tests/test_26444.py -v --html=report.html --self-contained-html --junit-xml=report-junit.xml -n auto || exit_code=$?
    - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_FAIL; fi
    - exit 0