Skip to content

Commit

Permalink
Merge pull request #4622 from vishesh/task/fix-loopback-cluster
Browse files Browse the repository at this point in the history
loopback_cluster: Find `fdbcli` from `$BUILD` path
  • Loading branch information
sears committed Apr 22, 2021
2 parents 4ff714e + cf33cea commit 77af97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loopback_cluster/run_cluster.sh
Expand Up @@ -40,7 +40,7 @@ for i in `seq 1 $2` ; do
${FDB} -p auto:${PORT_PREFIX}${j} -d $DATA -L $LOG -C $CLUSTER &
done

CLI="$ROOT/bin/fdbcli -C ${CLUSTER} --exec"
CLI="$BUILD/bin/fdbcli -C ${CLUSTER} --exec"
( sleep 2 ; $CLI "configure new ssd single" ) &
done;

Expand Down

0 comments on commit 77af97c

Please sign in to comment.