Commit fd605758 authored by Jan Kiene's avatar Jan Kiene
Browse files

add debug printout

parent fd033d23
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ stages:

    - comp_args="--mld --ssnr --odg"
    - if [ "ENCODER_TEST" = true ]; then comp_args="${comp_args} --enc_stats"; fi
    - echo "$comp_args"

    ### run pytest
    - exit_code=0