diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-15 21:20:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-15 21:20:55 (GMT) |
commit | 6832143610a5c213bd8547199b36ae9e82569d5b (patch) | |
tree | e99af3ecf29243a34bb427c7dd5c12e8616aa8fb /tools/test/h5import | |
parent | 6b28addeca7be5662a91a3ece3988673b263e9c6 (diff) | |
download | hdf5-6832143610a5c213bd8547199b36ae9e82569d5b.zip hdf5-6832143610a5c213bd8547199b36ae9e82569d5b.tar.gz hdf5-6832143610a5c213bd8547199b36ae9e82569d5b.tar.bz2 |
HDFFV-10219 - fix name templates
Diffstat (limited to 'tools/test/h5import')
-rw-r--r-- | tools/test/h5import/h5importtestutil.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/h5import/h5importtestutil.sh.in b/tools/test/h5import/h5importtestutil.sh.in index b85feae..fba4517 100644 --- a/tools/test/h5import/h5importtestutil.sh.in +++ b/tools/test/h5import/h5importtestutil.sh.in @@ -268,9 +268,9 @@ fi TOOLTEST5() { err=0 -$RUNSERIAL $DUMPER_BIN -p -d $3 $4 -o d$1.bin -b FILE tmp_testfiles/$2 > d$1.dmp -$RUNSERIAL $H5IMPORT_BIN d$1.bin -c d$1.dmp -o d$1.h5 > d$1.imp -$RUNSERIAL $DUMPER_BIN -p d$1.h5 > log2 +$RUNSERIAL $DUMPER_BIN -p -d $3 $4 -o d-$1.bin -b FILE tmp_testfiles/$2 > d-$1.dmp +$RUNSERIAL $H5IMPORT_BIN d-$1.bin -c d-$1.dmp -o d-$1.h5 > d-$1.imp +$RUNSERIAL $DUMPER_BIN -p d-$1.h5 > log2 $CP -f $SRC_H5IMPORT_TESTFILES/$1.ddl log1 cmp -s log1 log2 || err=1 |