OpenSearch/plugin/sql/sql-cli
Nik Everett d1b0067e47 SQL: Ban PrintWriter#println in CLI (elastic/x-pack-elasticsearch#4118)
`PrintWriter#println` doesn't pay attention to the terminal
configuration that we specify so it breaks tests on Windows. If we
instead always use `PrintWriter#print('\n')` then the tests work
properly on windows *and* the CLI actually works properly on Windows.

relates elastic/x-pack-elasticsearch#4109

Original commit: elastic/x-pack-elasticsearch@ac17e691c8
2018-03-14 16:15:32 -04:00
..
licenses SQL: Replace the cli fixture with in-process testing (elastic/x-pack-elasticsearch#3889) 2018-02-27 09:24:16 -08:00
src SQL: Ban PrintWriter#println in CLI (elastic/x-pack-elasticsearch#4118) 2018-03-14 16:15:32 -04:00
build.gradle SQL: Ban PrintWriter#println in CLI (elastic/x-pack-elasticsearch#4118) 2018-03-14 16:15:32 -04:00