Skip to content

Commit 5802227

Browse files
authored
Fix hil-test xtask instruction (#2062)
* Fix hil-test xtask instruction * Fix another mention
1 parent 447411f commit 5802227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hil-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ cargo install probe-rs-tools \
2525

2626
Target device **MUST** connected via its USB-Serial-JTAG port, or if unavailable (eg. ESP32, ESP32-C2, ESP32-S2) then you must connect a compatible debug probe such as an [ESP-Prog].
2727

28-
You can run all tests for a given device by running the following command from the `xtask` folder:
28+
You can run all tests for a given device by running the following command from the workspace root:
2929

3030
```shell
3131
cargo xtask run-tests $CHIP
3232
```
3333

34-
For running a single test on a target, from the `xtask` folder run:
34+
To run a single test on a target, run the following command from the workspace root:
3535

3636
```shell
3737
# Run GPIO tests for ESP32-C6

0 commit comments

Comments
 (0)