Commit ec20b379 authored by Fabian Müller's avatar Fabian Müller
Browse files

Be less verbose

parent 53d9f932
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1506,8 +1506,8 @@ codec-smoke-test:
    # LTV update needed as ltv ISM metadata files are used
    - *update-ltv-repo
    - bash ci/smoke_test.sh
    - tar cfvJ logs.tar.xz out/logs/
    - tar -I zstd -cfv logs.tar.zstd out/logs/
    - tar cfJ logs.tar.xz out/logs/
    - tar -I zstd -cf logs.tar.zstd out/logs/
    - ls -al logs.tar.*
    ### analyze for failures
    - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_jbm.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi