Added "flush" and "refresh" to testflushrefresh.sh error output so

it's easier to see where errors in the script occur.
This commit is contained in:
Dana Robinson
2017-03-02 10:45:41 -05:00
parent 046e64a9bd
commit acdd8463bf

View File

@@ -118,7 +118,7 @@ until [ $verification_done -eq 1 ]; do
# Check to see if we timed out looking for the signal before continuing.
if [ $timedout -gt 0 ]; then
echo timed out waiting for signal from test program.
echo "timed out waiting for signal from test program (flush)."
break
fi
@@ -158,7 +158,7 @@ if [ $timedout -eq 0 ]; then
# Check to see if we timed out looking for the signal before continuing.
if [ $timedout -gt 0 ]; then
echo timed out waiting for signal from test program.
echo "timed out waiting for signal from test program (refresh)."
break
fi