mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-13 19:28:50 -06:00
bats: fix another locked-out sql-server
This commit is contained in:
@@ -174,6 +174,7 @@ SQL
|
||||
|
||||
dolt sql-server --port 3307 -u $DOLT_REMOTE_USER -p $DOLT_REMOTE_PASSWORD --remotesapi-port 50051 &
|
||||
srv_pid=$!
|
||||
sleep 2 # wait for server to start so we don't lock it out
|
||||
|
||||
cd ../
|
||||
dolt clone http://localhost:50051/remote repo1 -u $DOLT_REMOTE_USER
|
||||
|
||||
Reference in New Issue
Block a user