mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
c37bcc12fc
added more tests, described in the test matrix Description: test -r test -l expanded -d, -p and -n tests test different types to include links and named types test for non supported classes, e.g bitfield, opaque , etc Platforms tested: Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
19 lines
849 B
Plaintext
19 lines
849 B
Plaintext
#############################
|
|
Expected output for 'h5diff -d u h5diff_test1.h5 h5diff_test2.h5'
|
|
#############################
|
|
$h5diff -d u h5diff_test1.h5 h5diff_test2.h5
|
|
<-d u> is not a valid option
|
|
Usage: h5diff [obj1_name] [obj2_name] [OPTIONS] file1_name file2_name
|
|
Items in [ ] are optional
|
|
[obj1_name] Name of an HDF5 object
|
|
[obj2_name] Name of an HDF5 object
|
|
file1_name File name of the first HDF5 file
|
|
file2_name File name of the second HDF5 file
|
|
[OPTIONS] are:
|
|
[-h ] Print out this information
|
|
[-l ] List contents of file
|
|
[-r ] Print only what objects differ
|
|
[-n count] Print difference up to count number for each variable
|
|
[-d delta] Print difference when it is greater than limit delta
|
|
[-p relative] Print differences which are within a relative error value
|