EXAMPLES: fix a typo in the path

pull/11710/head
Qinghao Shi 2019-10-21 12:33:08 +01:00
parent 924787fb0f
commit 5100bddc99
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ In the Mbed OS CI, we follow the below steps to compile and test Mbed OS example
1. Create a symbolic link to `mbed-os` for every example. This step lets all the examples share a single `mbed-os` folder, rather than checking out the `mbed-os` folder many times. We highly recommend you pass an absolute path as the argument: 1. Create a symbolic link to `mbed-os` for every example. This step lets all the examples share a single `mbed-os` folder, rather than checking out the `mbed-os` folder many times. We highly recommend you pass an absolute path as the argument:
``` ```
python mbed-os/tools/test/examples/examples.py symlink $PWD/mbedos python mbed-os/tools/test/examples/examples.py symlink $PWD/mbed-os
``` ```
1. Deploy other dependency libraries: 1. Deploy other dependency libraries: