Commit e8fe1c9
authored
fix(cli-integ): CI=true test fails when jsii prints to stderr (#672)
JSII doesn't respect the `CI=true` behavior (nor should it), prints to
`stderr`, then the test fails.
Silence another source of jsii stderr output.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent 3f83d2c commit e8fe1c9
File tree
1 file changed
+5
-0
lines changed- packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/ci-output
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
0 commit comments