From 44186c31e4e2c942ae6cf0c5f4ff6cad765a316c Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 17 Sep 2021 05:20:28 +0300 Subject: [PATCH] Fixed path to setupvars.sh ti readme (#7537) --- tests/stress_tests/README.md | 2 +- tests/time_tests/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```