Skip to content
Snippets Groups Projects
Commit 43cf4aff authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'release' of gitlab.com:elixxir/integration into release

parents 4e1d54ca c11301bd
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
set -e set -e
rm -fr results.bak || true rm -fr results.bak || true
mv results results.bak || true mv results results.bak || rm -fr results || true
rm -fr blob* || true rm -fr blob* || true
rm *-contact.json || true rm *-contact.json || true
rm server-5.qdstrm || true rm server-5.qdstrm || true
...@@ -371,7 +371,7 @@ wait $PIDVAL2 ...@@ -371,7 +371,7 @@ wait $PIDVAL2
echo "TESTING SINGLE-USE" echo "TESTING SINGLE-USE"
# Generate contact file for client52 # Generate contact file for client52
CLIENTCMD="../bin/client init -s blob52 -l results/client52.log --password hello --ndf ndf.json --writeContact $CLIENTOUT/jono52-contact.bin" CLIENTCMD="../bin/client init -s blob52 -l $CLIENTOUT/client52.log --password hello --ndf ndf.json --writeContact $CLIENTOUT/jono52-contact.bin"
eval $CLIENTCMD >> /dev/null 2>&1 || true & eval $CLIENTCMD >> /dev/null 2>&1 || true &
PIDVAL=$! PIDVAL=$!
echo "$CLIENTCMD -- $PIDVAL" echo "$CLIENTCMD -- $PIDVAL"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
registrationCode: "qpol" registrationCode: "qpol"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1
node: node:
paths: paths:
idf: "results/servers/nodeID-1.json" idf: "results/servers/nodeID-1.json"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
registrationCode: "yiiq" registrationCode: "yiiq"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1
node: node:
paths: paths:
idf: "results/servers/nodeID-2.json" idf: "results/servers/nodeID-2.json"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
registrationCode: "vydz" registrationCode: "vydz"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1
node: node:
paths: paths:
idf: "results/servers/nodeID-3.json" idf: "results/servers/nodeID-3.json"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
registrationCode: "gwxs" registrationCode: "gwxs"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1
node: node:
paths: paths:
idf: "results/servers/nodeID-4.json" idf: "results/servers/nodeID-4.json"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
registrationCode: "nahv" registrationCode: "nahv"
useGPU: false useGPU: false
devMode: true devMode: true
logLevel: 1
node: node:
paths: paths:
idf: "results/servers/nodeID-5.json" idf: "results/servers/nodeID-5.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment