Commit 75c88e2a authored by kinuthia's avatar kinuthia
Browse files

skip prepare_mem_dryrun.py script in smoke_test.sh

parent d8e4cd4c
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -490,6 +490,9 @@ ivas-smoke-test-saturation:
    -   *apply-testv-scaling
    - fi

    # skip prepare_mem_dryrun.py script in smoke_test.sh
    - sed -i 's/python3 .\/scripts\/prepare_mem_dryrun.py/#python3 .\/scripts\/prepare_mem_dryrun.py/g' ci/smoke_test.sh

    - bash ci/smoke_test.sh
    ### analyze for failures
    - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_plc.txt ] || ! [ -s smoke_test_output_jbm_noEXT.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi