Skip to content

Commit 84ce811

Browse files
committed
Add required flag to example test command
Signed-off-by: Stephen Celis <[email protected]>
1 parent a6ad2fb commit 84ce811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Tests are an important part of the development and evolution of this project,
6969
and new contributions are expected to include tests for any functionality
7070
change. To run the tests, pass the `test` verb to the `bootstrap` script:
7171

72-
./Utilities/bootstrap test
72+
./Utilities/bootstrap --build-tests test
7373

7474
> Long-term, we intend for testing to be an integral part of the Package Manager itself
7575
> and to not require custom support.

0 commit comments

Comments
 (0)