-python3 -m pytest --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH $TEST_SUITE -v --update_ref 1 -m create_ref_part2 -n auto || exit_code=$?# Catch exit code to prevent halt in case this step produces zero tests
-python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref_part2 -n auto --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH || exit_code=$?# Catch exit code to prevent halt in case this step produces zero tests