You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #
In CONTRIBUTING.md, the command for running integration tests does not
work:
```bash
$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -f 2.179.0-t 'cli-lib deploy'
Error: Cannot use --framework-version with --use-source
at main (/Users/t-takahashi/Documents/workspace/aws-cdk-cli-testing/packages/@aws-cdk-testing/cli-integ/lib/cli/run-suite.js:85:19)
```
The `-f` option cannot be used with `-s`, so I removed `-f` from the
snippet.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
Co-authored-by: Momo Kornher <[email protected]>
0 commit comments