Commit a192f253 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

fix argument handling yet again

parent 0e09743f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ loudness-measurement:
      DEC_ARG=""
      [ -n "${DEC_OPTS}" ] && DEC_ARG="-D=${DEC_OPTS}"
      for fmt in ${FORMAT_LIST}; do
        ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${OC_ARG} "${DEC_ARG}" | tee -a smoke_test_output.txt
        ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${OC_ARG:+${OC_ARG}} ${DEC_ARG:+"${DEC_ARG}"} | tee -a smoke_test_output.txt
      done
    - ./scripts/get_loudness_data.py ${CONFIG_JSON} --formats ${FORMAT_LIST}