mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 03:30:09 -05:00
mv query-server-common.bash load to remotesrv-common.bash
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env bats
|
||||
load $BATS_TEST_DIRNAME/helper/common.bash
|
||||
load $BATS_TEST_DIRNAME/helper/query-server-common.bash
|
||||
load $BATS_TEST_DIRNAME/helper/remotesrv-common.bash
|
||||
|
||||
setup() {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
load $BATS_TEST_DIRNAME/helper/query-server-common.bash
|
||||
|
||||
# Track the remotesrv process ID.
|
||||
remotesrv_pid=""
|
||||
# Track the port number that remotesrv is running on.
|
||||
|
||||
Reference in New Issue
Block a user