aboutsummaryrefslogtreecommitdiffstats
path: root/clean_test_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean_test_env.sh')
-rwxr-xr-xclean_test_env.sh1
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