Skip to content

Commit 2f2e121

Browse files
committed
Break long line
1 parent 318cdd4 commit 2f2e121

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

REFERENCE.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,14 @@ 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 (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.
50-
49+
If set, testing will execute (using `/bin/sh`) the script referred to by this
50+
variable -- relative to the current working directory (i.e. the root directory
51+
of the library). The script will _run_ in the Arduino Libraries directory
52+
(changing to the Libraries directory, running the script, and returning to the
53+
individual library root afterward). This enables use cases like the GitHub
54+
action to install custom library versions (i.e. a version of a library that
55+
is different than what the library manager would automatically install by name)
56+
prior to CI test runs.
5157

5258
### `USE_SUBDIR` environment variable
5359

0 commit comments

Comments
 (0)