mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
HDFFV-10219 - fix name templates
This commit is contained in:
parent
6b28addeca
commit
6832143610
@ -268,9 +268,9 @@ fi
|
|||||||
TOOLTEST5()
|
TOOLTEST5()
|
||||||
{
|
{
|
||||||
err=0
|
err=0
|
||||||
$RUNSERIAL $DUMPER_BIN -p -d $3 $4 -o d$1.bin -b FILE tmp_testfiles/$2 > d$1.dmp
|
$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 $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-$1.h5 > log2
|
||||||
$CP -f $SRC_H5IMPORT_TESTFILES/$1.ddl log1
|
$CP -f $SRC_H5IMPORT_TESTFILES/$1.ddl log1
|
||||||
|
|
||||||
cmp -s log1 log2 || err=1
|
cmp -s log1 log2 || err=1
|
||||||
|
Loading…
Reference in New Issue
Block a user