Skip to content

Commit b4c93ba

Browse files
committed
Clarify documentation about the custom init script
1 parent 194a7b6 commit b4c93ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This allows a file (or glob) pattern to be executed in your tests directory, cre
4646

4747
### `CUSTOM_INIT_SCRIPT` environment variable
4848

49-
If set, testing will execute (using `/bin/sh`) the script referred to by this variable -- relative to the current working directory. This enables use cases like the GitHub action to install custom library versions (i.e. a version of a library that is different than what the library manager would automatically install by name) prior to CI test runs.
49+
If set, testing will execute (using `/bin/sh`) the script referred to by this variable -- relative to the current working directory (i.e. the root directory of the library). The script will _run_ in the Arduino Libraries directory (changing to the Libraries directory, running the script, and returning to the individual library root afterward). This enables use cases like the GitHub action to install custom library versions (i.e. a version of a library that is different than what the library manager would automatically install by name) prior to CI test runs.
5050

5151

5252
### `USE_SUBDIR` environment variable

0 commit comments

Comments
 (0)