From a15759606c405b753298c268b20f56cde8d56695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Sat, 11 Jul 2026 15:56:06 +0200 Subject: [PATCH] gastown: pick free port for test --- Formula/g/gastown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/gastown.rb b/Formula/g/gastown.rb index 1e68490e37d5..425348e374d0 100644 --- a/Formula/g/gastown.rb +++ b/Formula/g/gastown.rb @@ -41,7 +41,7 @@ def install system "dolt", "config", "--global", "--add", "user.name", "BrewTestBot" system "dolt", "config", "--global", "--add", "user.email", "BrewTestBot@test.com" - system bin/"gt", "install" + system bin/"gt", "install", "--dolt-port", free_port.to_s assert_path_exists testpath/"mayor" end end