File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141CBT_INSTANCE_ADMIN_EMULATOR_START=(
4242 " ${BINARY_DIR} /google/cloud/bigtable/tests/instance_admin_emulator"
4343)
44+
45+ # Configure run_emulators_utils.sh to find the cbt emulator.
46+ CBT_EMULATOR_CMD=(
47+ " ${BINARY_DIR} /google/cloud/bigtable/emulator/emulator"
48+ )
49+
4450source module /google/cloud/bigtable/tools/run_emulator_utils.sh
4551
4652cd " ${BINARY_DIR} "
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ function start_emulators() {
9292 io::log " Launching Cloud Bigtable emulators in the background"
9393 trap kill_emulators EXIT
9494
95- local -r CBT_EMULATOR_CMD=" /usr/local/google-cloud-sdk/platform/bigtable-emulator/cbtemulator"
9695 " ${CBT_EMULATOR_CMD} " -port " ${emulator_port} " > emulator.log 2>&1 < /dev/null &
9796 EMULATOR_PID=$!
9897
You can’t perform that action at this time.
0 commit comments