Updated create_test_identities.sh
This commit is contained in:
4
obj/.gitignore
vendored
4
obj/.gitignore
vendored
@@ -1,4 +0,0 @@
|
|||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except this file
|
|
||||||
!.gitignore
|
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
# !/bin/bash
|
# !/bin/bash
|
||||||
# Generates test identities and joins them to a test network
|
# Generates test identities and joins them to a test network
|
||||||
|
|
||||||
NWID=""
|
NWID=$1
|
||||||
|
|
||||||
mkdir -p test/alice test/bob test/carol test/ted
|
mkdir -p alice bob carol ted
|
||||||
|
|
||||||
./build/darwin/selftest generate_id ${NWID} test/alice
|
./../bin/selftest generate_id ${NWID} alice
|
||||||
./build/darwin/selftest generate_id ${NWID} test/bob
|
./../bin/selftest generate_id ${NWID} bob
|
||||||
./build/darwin/selftest generate_id ${NWID} test/carol
|
./../bin/selftest generate_id ${NWID} carol
|
||||||
./build/darwin/selftest generate_id ${NWID} test/ted
|
./../bin/selftest generate_id ${NWID} ted
|
||||||
|
|||||||
Reference in New Issue
Block a user