summaryrefslogtreecommitdiffstats
path: root/test/testflushrefresh.sh.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-03-02 15:45:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-03-02 15:45:41 (GMT)
commitacdd8463bf97f84f9d50e10b16bfd3e3945207c1 (patch)
tree81361fa71263c29a5ca0289f2ce8d150da6ffc59 /test/testflushrefresh.sh.in
parent046e64a9bd725c5ba0bebef1ba7278445e391d25 (diff)
downloadhdf5-acdd8463bf97f84f9d50e10b16bfd3e3945207c1.zip
hdf5-acdd8463bf97f84f9d50e10b16bfd3e3945207c1.tar.gz
hdf5-acdd8463bf97f84f9d50e10b16bfd3e3945207c1.tar.bz2
Added "flush" and "refresh" to testflushrefresh.sh error output so
it's easier to see where errors in the script occur.
Diffstat (limited to 'test/testflushrefresh.sh.in')
-rw-r--r--test/testflushrefresh.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testflushrefresh.sh.in b/test/testflushrefresh.sh.in
index 7bfeb60..83b7134 100644
--- a/test/testflushrefresh.sh.in
+++ b/test/testflushrefresh.sh.in
@@ -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