From 0df5e1b0939f9fabc8e21c70389f5b6ec25ccae9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 11:49:51 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ca2f678..f38b03d 100755 --- a/test.sh +++ b/test.sh @@ -24,7 +24,7 @@ if [ ! -z ${LOCAL_SERVICES+x} ]; then NCMD='ssh root@10.5.10.51' else NCMD='' fi -echo "HERE: ${NCMD}" +echo "HERE: (${NODE_HOSTNAME})" for rcheck in "${REPL_CHECK[@]}"; do ${NCMD} rm -f ${FOLDER}/test.repl daterun=`date +%Y-%m-%d-%H-%M-%S`