Commit 9490fb1
authored
fix(doltserver): use buildServerSQLCmd in VerifyExpectedDatabasesAtConfig (#3616)
Replace inline dolt sql command construction with the existing
buildServerSQLCmd() helper to match the pattern used by other internal
callers. The helper ensures --password is always passed, preventing
credential inheritance from env in non-TTY environments.
Fixes TestBuildDoltSQLCmd_LocalIgnoresInheritedCredentials on main.
Co-authored-by: Steve Ash <steveash@users.noreply.github.com>1 parent 677877b commit 9490fb1
1 file changed
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2012 | 2012 | | |
2013 | 2013 | | |
2014 | 2014 | | |
2015 | | - | |
2016 | | - | |
2017 | | - | |
2018 | | - | |
2019 | | - | |
2020 | | - | |
2021 | | - | |
2022 | | - | |
2023 | | - | |
2024 | | - | |
2025 | | - | |
2026 | | - | |
2027 | | - | |
2028 | | - | |
2029 | | - | |
| 2015 | + | |
2030 | 2016 | | |
2031 | 2017 | | |
2032 | 2018 | | |
| |||
0 commit comments