summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dumpxml.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-01-18 15:51:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-01-18 15:51:59 (GMT)
commitc352249db184911744177f94a01863621e821c91 (patch)
treea0a0b87f2ca1dce0918f2345458e29f80f6bc06d /tools/h5dump/testh5dumpxml.sh.in
parent769c50cbdc9b99b5771432d8449f84c69d0ecc2d (diff)
downloadhdf5-c352249db184911744177f94a01863621e821c91.zip
hdf5-c352249db184911744177f94a01863621e821c91.tar.gz
hdf5-c352249db184911744177f94a01863621e821c91.tar.bz2
[svn-r23176] Separate testfiles into subdirs of TestDir to avoid parallel test errors trying to copy a reference file over when already in use.
Tested: local linux
Diffstat (limited to 'tools/h5dump/testh5dumpxml.sh.in')
-rw-r--r--tools/h5dump/testh5dumpxml.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dumpxml.sh.in b/tools/h5dump/testh5dumpxml.sh.in
index fecd1cb..3368169 100644
--- a/tools/h5dump/testh5dumpxml.sh.in
+++ b/tools/h5dump/testh5dumpxml.sh.in
@@ -50,7 +50,7 @@ SRC_H5JAM_TESTFILES="$SRC_TOOLS/h5jam/testfiles"
SRC_H5STAT_TESTFILES="$SRC_TOOLS/h5stat/testfiles"
SRC_H5IMPORT_TESTFILES="$SRC_TOOLS/h5import/testfiles"
-TESTDIR=./testfiles
+TESTDIR=./testfiles/xml
test -d $TESTDIR || mkdir $TESTDIR
######################################################################