diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 18:21:54 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 18:21:54 -0800 |
| commit | f9b22750dced97a974005593909077d09b1129b9 (patch) | |
| tree | 63e0630ec23cab5f7b25d61ff5751d6e4d6230f0 /scripts/clean_test_env.sh | |
| parent | 1413eca1f1dfea2fe125a5dc9bde293058cc3e03 (diff) | |
| download | neko-f9b22750dced97a974005593909077d09b1129b9.tar.gz neko-f9b22750dced97a974005593909077d09b1129b9.tar.bz2 neko-f9b22750dced97a974005593909077d09b1129b9.zip | |
test: mock RSS feeds in E2E tests
Diffstat (limited to 'scripts/clean_test_env.sh')
| -rwxr-xr-x | scripts/clean_test_env.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/clean_test_env.sh b/scripts/clean_test_env.sh index 6edef41..f6b6867 100755 --- a/scripts/clean_test_env.sh +++ b/scripts/clean_test_env.sh @@ -10,9 +10,10 @@ pkill -x "neko_server" || true pkill -f "vite" || true pkill -f "playwright" || true -# Kill anything on ports 4994 and 5173 +# Kill anything on ports 4994 and 5173 and 9090 fuser -k 4994/tcp || true fuser -k 5173/tcp || true +fuser -k 9090/tcp || true # Remove test databases rm -f neko_test.db .data/test.db |
