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:
commit
e1d8e788f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user