Commit 8ed01d5
tests/clickhouse-test-runner: stop logging argv (#739)
## Summary
The harness was logging the entire raw `argv` of every invocation. The
previous attempt filtered it through a hand-rolled parser; since we
don't go through a real argv-parsing library, drop the log line entirely
rather than ship a second parser to maintain.
- **`src/main.ts`**: remove the `argv=` log line.
- **`src/args.ts`**: remove the `extractKnownArgv` helper introduced in
the prior commit.
- **`__tests__/args.test.ts`**: remove the corresponding tests.
## Checklist
- [x] A human-readable description of the changes was provided to
include in CHANGELOG
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Peter Leonov <peter.leonov@clickhouse.com>1 parent 3b2c176 commit 8ed01d5
2 files changed
Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments