Merge branch 'improve-test-basic.sh' into 'master'

add an echo in ./test/test-basic.sh to say that the log of started node is dumped in ./test/LOG

See merge request !170
This commit is contained in:
Mohamed Iguernlala 2017-03-31 10:42:09 +02:00
commit e1d8e788f6

View File

@ -21,6 +21,8 @@ CUSTOM_PARAM="--sandbox ./sandbox.json"
${NODE} run --data-dir "${DATA_DIR}" ${CUSTOM_PARAM} --rpc-addr "[::]:8732" > LOG 2>&1 &
NODE_PID="$!"
echo "Created node, pid: ${NODE_PID}, log: ./test/LOG"
sleep 3
${CLIENT} list versions