summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-03-02 16:01:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-03-02 16:01:43 (GMT)
commit82e2f9acbda502c19a836242a3461f76624054d9 (patch)
tree81361fa71263c29a5ca0289f2ce8d150da6ffc59 /test
parent046e64a9bd725c5ba0bebef1ba7278445e391d25 (diff)
parentacdd8463bf97f84f9d50e10b16bfd3e3945207c1 (diff)
downloadhdf5-82e2f9acbda502c19a836242a3461f76624054d9.zip
hdf5-82e2f9acbda502c19a836242a3461f76624054d9.tar.gz
hdf5-82e2f9acbda502c19a836242a3461f76624054d9.tar.bz2
Merge pull request #320 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'acdd8463bf97f84f9d50e10b16bfd3e3945207c1': 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')
-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