mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
README
|
|
|
|
The scripts in this directory should be run from the project root:
|
|
|
|
$ cd $GOPATH/src/github.com/coreos/etcd
|
|
$ tests/fixtures/v1/run.1.sh
|
|
|
|
Scripts with numbers should be run in separate terminal windows (in order):
|
|
|
|
$ tests/fixtures/v1/run.1.sh
|
|
$ tests/fixtures/v1/run.2.sh
|
|
$ tests/fixtures/v1/run.3.sh
|
|
$ tests/fixtures/v1/run.4.sh
|
|
|
|
The resulting server state data can be found in tmp/node*.
|