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

This commit is contained in:
OCamlPro-Iguernlala 2017-03-31 10:33:29 +02:00
parent 66cb6a8567
commit ec96cc53d6

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