diff --git a/tests/stress_tests/README.md b/tests/stress_tests/README.md index b1258878640..78800463372 100644 --- a/tests/stress_tests/README.md +++ b/tests/stress_tests/README.md @@ -36,7 +36,7 @@ To build the tests, you need to have OpenVINO™ installed or build from source. Before build the tests, open a terminal, set OpenVINO™ environment, and after that run the commands below: ``` bash -source /bin/setupvars.sh +source /setupvars.sh mkdir build && cd build cmake .. && make -j$(nproc) ``` diff --git a/tests/time_tests/README.md b/tests/time_tests/README.md index 94e3566b7ee..447186ad706 100644 --- a/tests/time_tests/README.md +++ b/tests/time_tests/README.md @@ -15,7 +15,7 @@ the commands below: 1. Build tests: ``` bash -source /bin/setupvars.sh +source /setupvars.sh mkdir build && cd build cmake .. && make time_tests ```