Commit 80b0a28
authored
tests: Final SDK generator output should be printed to standard output (#180)
All SDK generator log messages are now printed as structured logs
via a logger instance. This includes the final message which tells
the user how to install and use the SDK. All logger messages are
printed to standard error by default.
This PR changes the final installation message back to an ordinary
print, which will go to standard output. This means that the user
will still see this message even if standard error is redirected.
It also fixes the end to end tests, which were failing because they
look for the bundle path from the generator's standard output.1 parent d4aba13 commit 80b0a28
File tree
1 file changed
+1
-2
lines changed- Sources/SwiftSDKGenerator/Generator
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments