Commit 6e4b8283 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Added a small test script.

No related merge requests found
Showing with 14 additions and 0 deletions
+14 -0
test.sh 0 → 100755
#!/usr/bin/env bash
set -ex
go build -v ./cmd/coord/
export NATS_URL=nats://127.0.0.1:4222
export NATS_CLUSTER_ID=COORD
./coord -i LS ls &
./coord -w LS echo bla
wait
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment