diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-18 15:51:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-18 15:51:59 (GMT) |
commit | c352249db184911744177f94a01863621e821c91 (patch) | |
tree | a0a0b87f2ca1dce0918f2345458e29f80f6bc06d /tools/h5dump/testh5dumppbits.sh.in | |
parent | 769c50cbdc9b99b5771432d8449f84c69d0ecc2d (diff) | |
download | hdf5-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/testh5dumppbits.sh.in')
-rw-r--r-- | tools/h5dump/testh5dumppbits.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dumppbits.sh.in b/tools/h5dump/testh5dumppbits.sh.in index a390766..4cbef76 100644 --- a/tools/h5dump/testh5dumppbits.sh.in +++ b/tools/h5dump/testh5dumppbits.sh.in @@ -64,7 +64,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/pbits test -d $TESTDIR || mkdir $TESTDIR ###################################################################### |