diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-03-02 15:45:41 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-03-02 15:45:41 (GMT) |
commit | acdd8463bf97f84f9d50e10b16bfd3e3945207c1 (patch) | |
tree | 81361fa71263c29a5ca0289f2ce8d150da6ffc59 /test/testflushrefresh.sh.in | |
parent | 046e64a9bd725c5ba0bebef1ba7278445e391d25 (diff) | |
download | hdf5-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.in | 4 |
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 |