diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-06-15 19:05:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-06-15 19:05:42 (GMT) |
commit | aad47d8e8bd166f9d9f981c9ef81f5d5398a9f65 (patch) | |
tree | 251d00e0276266c633dba64bcdfabec04aea0772 /tools/h5diff | |
parent | 049ce53e19cc9c4417b91acf4ad3b8819eaa7992 (diff) | |
download | hdf5-aad47d8e8bd166f9d9f981c9ef81f5d5398a9f65.zip hdf5-aad47d8e8bd166f9d9f981c9ef81f5d5398a9f65.tar.gz hdf5-aad47d8e8bd166f9d9f981c9ef81f5d5398a9f65.tar.bz2 |
[svn-r17052] Add a run to the h5repack shell script to read a family file
The file used for input is located in the common source tools for testfiles, in tools/testfiles
Modified the h5repack shell script to read files from this location (h5repack reads its input files from a dedicated testfiles location in h5repack/testfiles)
Changed the h5diff open file call to use h5tools_fopen, so that it can open all file drivers
Tested: windows, linux, solaris
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index 822d59c..1cb8f2f 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -68,6 +68,9 @@ */ +/* module-scoped variables */ +int d_status = EXIT_SUCCESS; + int main(int argc, const char *argv[]) { int ret; |