|
@@ -179,19 +179,19 @@ fn_setstatus(){
|
|
|
else
|
|
else
|
|
|
(command_stop.sh > /dev/null 2>&1)
|
|
(command_stop.sh > /dev/null 2>&1)
|
|
|
fi
|
|
fi
|
|
|
- if [ "${counter}" -gt "5" ]; then
|
|
|
|
|
- currentstatus="FAIL"
|
|
|
|
|
- echo "Current status: ${currentstatus}"
|
|
|
|
|
- echo ""
|
|
|
|
|
- echo "Unable to start or stop server."
|
|
|
|
|
- exit 1
|
|
|
|
|
- fi
|
|
|
|
|
- done
|
|
|
|
|
- echo -ne "New status: ${currentstatus}\\r"
|
|
|
|
|
- echo -e "\n"
|
|
|
|
|
- echo "Test starting:"
|
|
|
|
|
- echo ""
|
|
|
|
|
- sleep 0.5
|
|
|
|
|
|
|
+ if [ "${counter}" -gt "5" ]; then
|
|
|
|
|
+ currentstatus="FAIL"
|
|
|
|
|
+ echo "Current status: ${currentstatus}"
|
|
|
|
|
+ echo ""
|
|
|
|
|
+ echo "Unable to start or stop server."
|
|
|
|
|
+ exit 1
|
|
|
|
|
+ fi
|
|
|
|
|
+ done
|
|
|
|
|
+ echo -ne "New status: ${currentstatus}\\r"
|
|
|
|
|
+ echo -e "\n"
|
|
|
|
|
+ echo "Test starting:"
|
|
|
|
|
+ echo ""
|
|
|
|
|
+ sleep 0.5
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
# End of every test will expect the result to either pass or fail
|
|
# End of every test will expect the result to either pass or fail
|