summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-06-05 20:16:57 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-06-05 20:16:57 (GMT)
commit2af50348e6d47c80a86f0088803f9e0cfeb47216 (patch)
tree6fcc43b8716779d719b5dde9cb19e83f6bf166e5
parentdd657cb32f810f8e3fa2908ae1400a9c457aa6f7 (diff)
downloadhdf5-2af50348e6d47c80a86f0088803f9e0cfeb47216.zip
hdf5-2af50348e6d47c80a86f0088803f9e0cfeb47216.tar.gz
hdf5-2af50348e6d47c80a86f0088803f9e0cfeb47216.tar.bz2
Fix h5dsm_test.sh output to correctly indicate when it is running
h5dsm_tcommit.
-rwxr-xr-xexamples/h5dsm_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/h5dsm_test.sh b/examples/h5dsm_test.sh
index 14dcff9..4c63572 100755
--- a/examples/h5dsm_test.sh
+++ b/examples/h5dsm_test.sh
@@ -561,14 +561,14 @@ if test $? -ne 0; then
fi
# --------------- Committed Datatypes --------------- #
-echo h5dsm_tvlen
+echo h5dsm_tcommit
orterun -np 1 $EXEC_ARGS ./h5dsm_tcommit $POOL_UUID -q
if test $? -ne 0; then
echo FAILED
exit 1
fi
-echo h5dsm_tvlen \(2 processes\)
+echo h5dsm_tcommit \(2 processes\)
orterun -np 2 $EXEC_ARGS ./h5dsm_tcommit $POOL_UUID -q
if test $? -ne 0; then
echo FAILED