From 937a2726741e4f17542d79eb9633d04946887b06 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 16 May 2026 23:11:38 +0300 Subject: [PATCH] api tests: kill stale gitly process before test setup --- api/endpoints_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/api/endpoints_test.v b/api/endpoints_test.v index bd88f61..eed915b 100644 --- a/api/endpoints_test.v +++ b/api/endpoints_test.v @@ -72,6 +72,7 @@ fn repo_id() int { fn testsuite_begin() { chdir_to_project_root() + kill_test_gitly() cleanup_test_state() ensure_gitly_binary() spawn_test_gitly() -- 2.39.5