Commit 7e935d0c authored by Jan Kiene's avatar Jan Kiene
Browse files

fix copy command

parent 41b9d8ff
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1110,8 +1110,8 @@ check-first-frame-is-sid:
    # ASAN and USAN can be done in one go and decoder only
    # copy encoder output from CLANG1 dir
    - mkdir CLANG2 CLANG3
    - cp CLANG1/enc CLANG2/enc
    - cp CLANG1/enc CLANG3/enc
    - cp -r CLANG1/enc CLANG2/enc
    - cp -r CLANG1/enc CLANG3/enc
    - scripts/IvasBuildAndRunChecks.py --checks CLANG2 CLANG3 --decoder_only -m $modes_no_sba -U 0:20 $common_args || exit_code_asan_usan=$?
    - scripts/IvasBuildAndRunChecks.py --checks CLANG2 CLANG3 --decoder_only -m $modes_hoa -U 70:80 $common_args || exit_code_asan_usan=$?
    - scripts/IvasBuildAndRunChecks.py --checks CLANG2 CLANG3 --decoder_only -m $modes_foa -U 75:110 $common_args || exit_code_asan_usan=$?