Commit c0e8d439 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Move debug code

parent 066c87f9
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
@@ -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