Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ad5ea5e

Browse files
committed
Revert changes to ./src/external/run_test.sh from commit 57d1abb
1 parent 4c42b70 commit ad5ea5e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/external/run_test.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
################################

0 commit comments

Comments
 (0)