diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-06-15 19:25:04 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-06-15 19:25:04 (GMT) |
commit | a44e5df96ef35b66468433fc2440227a86c5590c (patch) | |
tree | 43cd534b7b6a703f071043598d8f7695c7c1772e /tools/h5diff | |
parent | 6ce6f90de84afba6c41f5ae7e8d09b011353fcce (diff) | |
download | hdf5-a44e5df96ef35b66468433fc2440227a86c5590c.zip hdf5-a44e5df96ef35b66468433fc2440227a86c5590c.tar.gz hdf5-a44e5df96ef35b66468433fc2440227a86c5590c.tar.bz2 |
[svn-r17053] merge 17052 from trunk
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: linux
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; |