Skip to content

Commit 8c606ba

Browse files
committed
remove -f option
1 parent 09ef5a0 commit 8c606ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ Run the tests locally by doing the following:
5757

5858
```shell
5959
$ cd /path/to/aws-cdk-cli-testing/packages/@aws-cdk-testing/cli-integ
60-
$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -f 2.179.0 -t 'TEST NAME'
60+
$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -t 'TEST NAME'
6161
```
6262

63-
`-s` points to the root of the `aws-cdk-cli` repository, `-f` is the version of
64-
the framework to use for testing.
63+
`-s` points to the root of the `aws-cdk-cli` repository.
6564

6665
### Submitting a PR that involves changes to integration tests
6766

0 commit comments

Comments
 (0)