Update integration_test.sh to use new daemon management commands instead of manual background processes and PIDs: - Replace `kvs config.yaml &` with `kvs start config.yaml` - Replace `kill $pid` with `kvs stop config.yaml` - Update log file paths to use ~/.kvs/logs/ - Add integration_test/ directory to gitignore All tests now use clean daemon lifecycle management. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
89 B
Plaintext
11 lines
89 B
Plaintext
.claude/
|
|
.kvs/
|
|
data/
|
|
data*/
|
|
integration_test/
|
|
*.yaml
|
|
!config.yaml
|
|
kvs
|
|
*.log
|
|
extract_*.py
|