From ec96cc53d64fc7b055f16373a65388bc5f0938a0 Mon Sep 17 00:00:00 2001 From: OCamlPro-Iguernlala Date: Fri, 31 Mar 2017 10:33:29 +0200 Subject: [PATCH] add an echo in ./test/test-basic.sh to say that the log of started node is dumped in ./test/LOG --- test/test-basic.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test-basic.sh b/test/test-basic.sh index d2cf9e74e..31a8c82e1 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -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