Browse Source

compare

pull/528/head
Daniel Gibbs 10 years ago
parent
commit
263b413e81
  1. 1
      tests/tests_jc2server.sh

1
tests/tests_jc2server.sh

@ -113,6 +113,7 @@ fn_setstatus(){
while [ "${requiredstatus}" != "${currentstatus}" ]; do
counter=$((counter+1))
fn_currentstatus
echo "REQ: ${requiredstatus} CUR:${currentstatus}"
echo -ne "New status: ${currentstatus}\\r"
if [ "${requiredstatus}" == "ONLINE" ]; then

Loading…
Cancel
Save