[svn-r14173]
bug fix the binary option expects a full path in -o TOOLTEST tbin1.ddl -d integer -o $TESTDIR/out1.bin -b LE tbinary.h5 and it prints it in the expected output , making it absolutely not portable Solution: made a special macro function TOOLTEST1 identical to TOOLTEST except that it does not print the Expected output header ############################# Expected output for 'h5dump -d integer -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out1.bin -b LE tbinary.h5' ############################# Tested : linux
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#############################
|
||||
Expected output for 'h5dump -d float -o /home/pvn/kagiso/build_hdf5/tools/h5dump/../testfiles/out2.bin -b BE tbinary.h5'
|
||||
#############################
|
||||
HDF5 "tbinary.h5" {
|
||||
DATASET "float" {
|
||||
DATATYPE H5T_IEEE_F32LE
|
||||
|
||||
Reference in New Issue
Block a user