Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1126,7 +1126,9 @@ test-long-self-test: ### prepare pytest, test is run using main branch scripts # Copy test vectors from LTV to TESTV - cp "$LTV"/* scripts/testv/ - cp "$LTV_DIR"/*.wav scripts/testv/ - cp "$LTV_DIR"/*.met scripts/testv/ - cp "$LTV_DIR"/*.csv scripts/testv/ # create references - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -v --update_ref 1 -m create_ref --param_file scripts/config/self_test_ltv.prm Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1126,7 +1126,9 @@ test-long-self-test: ### prepare pytest, test is run using main branch scripts # Copy test vectors from LTV to TESTV - cp "$LTV"/* scripts/testv/ - cp "$LTV_DIR"/*.wav scripts/testv/ - cp "$LTV_DIR"/*.met scripts/testv/ - cp "$LTV_DIR"/*.csv scripts/testv/ # create references - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR/test_param_file.py -v --update_ref 1 -m create_ref --param_file scripts/config/self_test_ltv.prm Loading