diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 20:00:02 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 20:00:02 -0800 |
| commit | 1cd3597aac808303aa2dc564db4fbb9f4c4bb364 (patch) | |
| tree | 47aeed7bfb4e2604805a4ca401ca48a2f2cdfdc4 /clean_test_env.sh | |
| parent | 50a1a0a747cde56cfe139a823b3b6e70cc505c64 (diff) | |
| download | neko-1cd3597aac808303aa2dc564db4fbb9f4c4bb364.tar.gz neko-1cd3597aac808303aa2dc564db4fbb9f4c4bb364.tar.bz2 neko-1cd3597aac808303aa2dc564db4fbb9f4c4bb364.zip | |
fix(test): repair and re-enable E2E tests (NK-m8bya7)
Diffstat (limited to 'clean_test_env.sh')
| -rwxr-xr-x | clean_test_env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clean_test_env.sh b/clean_test_env.sh index 09e0361..aaffc12 100755 --- a/clean_test_env.sh +++ b/clean_test_env.sh @@ -3,6 +3,7 @@ echo "Cleaning up test environment..." # Kill neko backend binary if running pkill -x "neko" || true +pkill -x "neko_server" || true # Kill specific node processes related to vite/playwright # We avoid pkill -f node to not kill the agent connection |
