Skip to content

Commit 2edc5f0

Browse files
Jarno LamsaOlli-Pekka Puolitaival
authored andcommitted
Readme and help fixes
1 parent b433687 commit 2edc5f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TEST_APPS/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Some devices may offer multiple network interfaces to operate with. For example,
4242
The tests can be run for either one of those using already existing test-config -files.
4343

4444
To run the tests with Wi-Fi interface:
45-
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test-configs/HeapBlockDeviceAndWifiInterface.json.json`
45+
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test-configs/HeapBlockDeviceAndWifiInterface.json`
4646

4747
To run the tests with ethernet interface:
4848
`>mbed test -m UBLOX_EVK_ODIN_W2 -t <toolchain> --icetea --test-config tools/test-configs/HeapBlockDeviceAndEthernetInterface.json`
4949

5050
#### Providing Wi-Fi access point information
5151

5252
If you are using Wi-Fi interface for running the tests, you need to provide also information about the used access point.
53-
The information can be provided in the used test-config -file.
53+
The information can be provided in the used test-config file.
5454

5555
Example of access point information:
5656
```
@@ -89,5 +89,5 @@ Icetea prints the results from the test run to the command line, and the final r
8989
+---------------+----------------+
9090
```
9191

92-
The results from the tests can also be found from mbed-os/log folder.
92+
The results from the tests can also be found in the mbed-os/log folder.
9393
You probably want to add the log folder to your .mbedignore file to prevent issues with build commands becoming too long over the time.

tools/run_icetea.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def load_build_data(build_data_path):
249249
action='store_true',
250250
dest='application_list',
251251
default=False,
252-
help='List application that need to be build')
252+
help='List applications that need to be build')
253253

254254
parser.add_argument('--ignore-checks',
255255
action='store_true',

0 commit comments

Comments
 (0)