summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.sh.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-01 20:04:33 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-01 20:04:33 (GMT)
commitbb206d572c2ba20528c0556284edbf0ee14f7355 (patch)
tree288c22245782b15aa43a6fc2d857f33f2fab968c /tools/h5repack/h5repack.sh.in
parente43c4a5a38160bd3fd06a7685799541e07599d87 (diff)
downloadhdf5-bb206d572c2ba20528c0556284edbf0ee14f7355.zip
hdf5-bb206d572c2ba20528c0556284edbf0ee14f7355.tar.gz
hdf5-bb206d572c2ba20528c0556284edbf0ee14f7355.tar.bz2
[svn-r15750] move h5repack test files to /tools/h5repack/testfiles
tested: linux
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-xtools/h5repack/h5repack.sh.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in
index d5bb5c1..72e4414 100755
--- a/tools/h5repack/h5repack.sh.in
+++ b/tools/h5repack/h5repack.sh.in
@@ -33,10 +33,10 @@ H5REPACK_BIN=`pwd`/$H5REPACK # The path of the tool binary
H5DIFF=../h5diff/h5diff # The h5diff tool name
H5DIFF_BIN=`pwd`/$H5DIFF # The path of the h5diff tool binary
-H5DETECTSZIP=testh5repack_detect_szip # The tool name
-H5DETECTSZIP_BIN=`pwd`/$H5DETECTSZIP # The path of the tool binary
+H5DETECTSZIP=testh5repack_detect_szip
+H5DETECTSZIP_BIN=`pwd`/$H5DETECTSZIP
-INFO_FILE=../testfiles/info.h5repack
+INFO_FILE=testfiles/h5repack.info
FILE0=h5repack_fill.h5
FILE1=h5repack_objs.h5
@@ -62,7 +62,7 @@ if test -z "$srcdir"; then
srcdir=.
fi
-test -d ../testfiles || mkdir ../testfiles
+
# Print a line-line message left justified in a field of 70 characters
# beginning with the word "Testing".
@@ -116,7 +116,7 @@ TOOLTEST()
# case of missing file name). Changed it to use $@ till Tflops fixes it.
TESTING $H5REPACK $@
- infile=$srcdir/../testfiles/$1
+ infile=$srcdir/testfiles/$1
path=`pwd`
outfile=$path/out.$1
shift
@@ -144,7 +144,7 @@ TOOLTEST0()
# case of missing file name). Changed it to use $@ till Tflops fixes it.
TESTING $H5REPACK $@
- infile=$srcdir/../testfiles/$1
+ infile=$srcdir/testfiles/$1
path=`pwd`
outfile=$path/out.$1
shift