(t *testing.T)
| 273 | } |
| 274 | |
| 275 | func newTestLogWriter(t *testing.T) io.Writer { |
| 276 | w := &testLogWriter{t: t} |
| 277 | t.Cleanup(w.Flush) |
| 278 | return w |
| 279 | } |
| 280 | |
| 281 | // prepareDoltgresServerArgs translates the server |args| from a test |
| 282 | // definition into arguments valid for the doltgres binary, generating a config |