mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Add injecting environment variables to the process Switch from print to propper logger Set buffer size to 1 to avoid losing any data from the boost test if the test collapsed. Currently, run process logs and return stdout and stderr, but boost tests are using stderr only. So stderr redirected to stdout. This helps with Jenkins as well, since we are reducing the number of files to store.