This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ if [ "${REPO}" = "oss" ] ; then
4242
4343 # OmafDashAccess test
4444 # ###############################
45- # cd OmafDashAccess
45+ cd OmafDashAccess
4646# curl -H 'X-JFrog-Art-Api: AKCp5dL3Kxmp2PhDfYhT2oFk4SDxJji5H8S38oAqmMSkiD46Ho8uCA282aJJhM9ZqCKLb64bw' -O "https://ubit-artifactory-sh.intel.com/artifactory/immersive_media-sh-local/testfile/segs_for_readertest_0909.tar.gz" && tar zxf segs_for_readertest_0909.tar.gz
47+ curl -ukang1:APo9wQK1WNV6vp3bD4rNtRLohp -O " https://ubit-artifactory-sh.intel.com/artifactory/immersive_media-sh-local/testfile/segs_for_readertest_0909.tar.gz" && tar zxf segs_for_readertest_0909.tar.gz
4748 # ./testMediaSource --gtest_filter=*_static
4849 # ./testMediaSource --gtest_filter=*_live
4950 # ./testMediaSource --gtest_filter=*_static_withPredictor
@@ -52,12 +53,12 @@ if [ "${REPO}" = "oss" ] ; then
5253 # ./testMediaSource --gtest_filter=*_live_changeViewport
5354 # local dash file will be deleted after release.
5455 # ./testMPDParser
55- # ./testOmafReader
56- # ./testOmafReaderManager
56+ ./testOmafReader
57+ ./testOmafReaderManager
5758
58- # rm -rf ./segs_for_readertest*
59+ rm -rf ./segs_for_readertest*
5960
60- # cd -
61+ cd -
6162
6263 # distributed_encoder test
6364 # ###############################
You can’t perform that action at this time.
0 commit comments