summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-05 13:36:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-05 13:36:45 (GMT)
commitfab67b684ee108a3e913828e2d236d59a9a8e487 (patch)
tree9868ff4020565b3a5cc144d78d2cd9a248cce50d /tools/h5dump/testh5dump.sh.in
parent177a90f97ab9d315d832be74a48b49953e8db955 (diff)
downloadhdf5-fab67b684ee108a3e913828e2d236d59a9a8e487.zip
hdf5-fab67b684ee108a3e913828e2d236d59a9a8e487.tar.gz
hdf5-fab67b684ee108a3e913828e2d236d59a9a8e487.tar.bz2
[svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it creates the intermediate testfiles folder first.
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r--tools/h5dump/testh5dump.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index ceefc08..6d45b4c 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -59,7 +59,9 @@ SRC_H5JAM_TESTFILES="$SRC_TOOLS/h5jam/testfiles"
SRC_H5STAT_TESTFILES="$SRC_TOOLS/h5stat/testfiles"
SRC_H5IMPORT_TESTFILES="$SRC_TOOLS/h5import/testfiles"
+TEST_P_DIR=./testfiles
TESTDIR=./testfiles/std
+test -d $TEST_P_DIR || mkdir -p $TEST_P_DIR
test -d $TESTDIR || mkdir -p $TESTDIR
######################################################################