Files
sourcekit-lsp/Utilities
Alex Hoppen adb8d22b7e Don’t print log test log output when running tests in parallel
`swift test --parallel --verbose` prints the entire log output. We were assuming that it did not and re-run `sourcekit-lsp` tests in serial with log output if the parallel test run failed.

Suppress `--verbose` on `swift test`. This will cause it to not log any stderr logging output when running in parallel and log all stderr logging output when running in serial.
2024-03-15 11:51:19 -07:00
..