Skip to content

Commit

Permalink
Update runner (shell-script)
Browse files Browse the repository at this point in the history
changing `tigerbeetle` output
  • Loading branch information
kassane authored Jul 13, 2024
1 parent 965ccce commit 807a3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if [ -f "$FILE" ]; then
rm "$FILE"
fi

./zig-out/bin/tigerbeetle format --cluster=0 --replica=0 --replica-count=1 "$FILE" > running.log 2>&1
./zig/zig build run -- format --cluster=0 --replica=0 --replica-count=1 "$FILE" > running.log 2>&1
echo "Starting replica 0"
./zig-out/bin/tigerbeetle start --addresses=$TB_ADDRESS "$FILE" > running.log 2>&1 &
./zig/zig build run -- start --addresses=$TB_ADDRESS "$FILE" > running.log 2>&1 &

echo ""
echo "running client..."
Expand Down

0 comments on commit 807a3de

Please sign in to comment.